build
Here are 1,931 public repositories matching this topic...
Currently, mangle.json writes always remove a trailing newline from the file. We could detect the existence of the trailing newline when reading, then preserve whatever was used when writing.
consider an Earthfile:
target:
ARG foo
echo "foo is $foo"
It would be nice to have earthly auto complete the args, e.g. earthly currently will extend earthly +tar<tab><tab> to earthly +target, it would be nice that a user could then hit <tab><tab> again and see --foo as an option (earthly +target -<tab><tab> would expand to earthly +target --foo=.)
Issue Description
msbuild's code is open source under the MIT license. This allows anyone to examine, modify and distribute the sources (among other things). However, the source code repository includes a documentation file that has a "Microsoft Confidential" notice:
https://github.com/dotnet/msbuild/blob/master/src/Shared/Shared%20Code.doc
I suspect this is a mistake since there i
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
-
Updated
Jun 16, 2019 - CSS
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error ".../nats.go" is a directory.
The issue is in findAllGoFiles in jam/parser/finder.go
I am happy to raise a PR if you like
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Oct 12, 2021 - Go
Labeling subsystems with their backends would make it clearer which backends needed to be enabled in order to activate certain features. It would also make it safe(r) to render experimental backends on the docsite.
Relates to #8992.
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Oct 12, 2021 - Erlang
-
Updated
Oct 12, 2021 - Python
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.
Another ide
-
Updated
Oct 12, 2021 - Rust
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Go
-
Updated
Oct 5, 2021 - Go
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Oct 11, 2021 - Dockerfile
Kudu plugin
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
globthrows an evaluation error when it detects an infinite recursion in adirectory traversal. However, it detects this recursion even if the specific
subpath leading to that recursion is excluded via the
exclude=[]argument.This means that recursive symlinks cannot be ignored in glob expressions,
even if they occur in subtrees that