build
Here are 2,126 public repositories matching this topic...
-
Updated
Jul 16, 2022 - TypeScript
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359
source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
-
Updated
Jun 8, 2022 - JavaScript
-
Updated
Jul 16, 2022 - C
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
Jul 16, 2022 - TypeScript
-
Updated
Feb 20, 2022 - CSS
-
Updated
Jul 11, 2022 - Python
Currently, the InvalidationWatcher
handles one event at a time. When thousands of files have changed (such as after a branch switch), this can lag behind by seconds to minutes (as observed by watching .pants.d/pants.log
: particularly in debug mode).
To handle multi
-
Updated
Jul 12, 2022 - Go
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
-
Updated
Jun 15, 2022 - Vim script
-
Updated
Jul 11, 2022 - Rust
-
Updated
Apr 14, 2022 - PowerShell
-
Updated
Jul 13, 2022 - Erlang
-
Updated
Jun 10, 2022 - 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
Jul 13, 2022 - Go
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
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 feature request:
BlzMod will soon allow native.local_repository() and native.new_local_repository() to be called from module extension implementation functions (see issue 15412).
This feature request is to add new optional arguments to new_local_repository() to generate MODULE.bazel files, in addition to BUILD.bazel and WORKSPACE.bazel ones.
e.g.
module_file
and `m