multi-language
Here are 142 public repositories matching this topic...
-
Updated
May 16, 2020 - TypeScript
I haven't started work yet, but I wanted to mention that there is one more conan-related project for XMake I want to do which is called a "Build Helper".
https://docs.conan.io/en/latest/reference/build_helpers.html
The documentation for the CMake helper provides the justification here:
https://docs.conan.io/en/latest/reference/build_helpers/cmake.html
In summary, helpers make the Con
This is a feature request for the website, more than for Please.Build itself.
Please.build has terrible search-ability on the Internet. Any attempts to find projects which use plz falls flat. Attempting to use plz in my own project (which has both Python executables and C executables) results in errors which are not helpful to me as a beginning user. I don't know if I've uncovered some kind
-
Updated
Jun 14, 2020 - C++
-
Updated
Jun 6, 2020 - PHP
-
Updated
May 26, 2020 - PHP
-
Updated
May 28, 2020 - Kotlin
-
Updated
Aug 4, 2019 - Java
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Jun 16, 2020 - Vue
-
Updated
Apr 18, 2020 - Python
-
Updated
Feb 26, 2020 - Jupyter Notebook
This project is contributed to by many different developers often from languages outside of js, so it would be good to have a quick "this is how you add a language" tutorial. The testing harness is also non-obvious, so an explanation of how ava snapshotting is used would help
see also zakhenry/embedme#54 where https://github.com/idkjs would have been able to more easily
-
Updated
Mar 15, 2020 - JavaScript
The Plurr.format()
method, which is basically the API this library is offering, lacks docs.
There are just a couple examples in the README which makes one guess the first argument is the text to be formatted, the second one being the parameters for the text. However it also accepts an object of several options.
None of this is documented, and one has to dive into the source code/demo to guess
It should include some notes on style fixing. These should basically say that if you submit style fixes, such as those pointed out by codeclimate, then they are considered licensed under this repository unless specifically requested otherwise. It should also point out that these changes ale fast-tracked, and that they should not be mixed with other PRs if possible.
I know that I violate that last
-
Updated
Apr 23, 2020
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jan 17, 2020 - Python
-
Updated
May 26, 2020 - C++
-
Updated
Sep 2, 2018 - TypeScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Aug 3, 2017 - R
-
Updated
Jun 10, 2020 - Python
-
Updated
May 28, 2020 - HTML
-
Updated
Feb 16, 2017 - C
-
Updated
Jun 1, 2020 - Dockerfile
-
Updated
Apr 1, 2019 - PHP
Improve this page
Add a description, image, and links to the multi-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-language topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals.html#select
It returns an unknown
But other documentation makes it obvious that we are not supposed to treat this as an opaque object.
https://docs.bazel.build/versions/master/be/functions.html#