build
Here are 1,871 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.
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.
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
-
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
Monorepo for tools developed by the Rush Stack community
-
Updated
Jul 2, 2021 - TypeScript
.earthignore was never renamed to .earthlyignore, perhaps we should support either names (and raise an error if both exist).
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Jul 3, 2021 - Go
Right now it fails in all sorts of subtle ways relating to failures to resolve requirements and picking weird interpreters (e.g., due to the issue explained in pantsbuild/pex#957).
It hypothetically possible to build lambdas on MacOS if all transitive requirements have prebuilt linux wheels, but that is too narrow a case to support, and it's subtle and tricky to get ri
-
Updated
Mar 29, 2021 - Vim script
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Jun 30, 2021 - Erlang
Software build automation tool for Python.
-
Updated
Jun 11, 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
Jun 22, 2021 - JavaScript
Builder images and examples commonly used for Google Cloud Build
-
Updated
Jun 30, 2021 - Go
Rust task runner and build tool.
-
Updated
Jun 26, 2021 - Rust
Community-contributed images for Google Cloud Build
-
Updated
Jul 3, 2021 - Go
Angular build facade extensions (Jest and custom webpack configuration)
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
May 24, 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:
When overriding the
coptsandlinkoptsbuild configuration withNonevalues in a transition, Bazel crashes with a NullPointerException.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.