build
Here are 1,739 public repositories matching this topic...
I'm running the following command:
> npx microbundle -i ./src/react-app/ui.js -o ./public/preact-ui.js --format=esm --sourcemap=false
and while the --format flag works (only the ESM version gets generated) the --sourcemap flag seems to do nothing: there's still a preact-ui.esm.js.map file getting generated, with a comment that points to that file in the preact-ui.esm.js file.
These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0
They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).
The new APIs are easier to understand so we should consider exposing them.
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
Dec 30, 2020 - TypeScript
If a typo is made in passing in arguments, earth should be able to let the user know they are passing in an unused arg
Use case
earth --build-arg ELIXIR=1.9.4 --build-arg OPT=20.3.8.26 +test
buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | --> Load metadata
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | ERR
-
Updated
Dec 30, 2020 - Go
-
Updated
Sep 18, 2020 - PowerShell
-
Updated
Jan 1, 2021 - Vim script
-
Updated
Oct 21, 2020 - Python
-
Updated
Dec 28, 2020 - Erlang
-
Updated
Dec 30, 2020 - JavaScript
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
Dec 31, 2020 - Go
-
Updated
Dec 20, 2020 - Rust
-
Updated
Dec 28, 2020 - Go
-
Updated
Dec 28, 2020 - TypeScript
-
Updated
Nov 3, 2020 - Groovy
-
Updated
Dec 31, 2020 - Dockerfile
-
Updated
Jan 8, 2019 - Python
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."
If you use aquery_differ to diff 2 aquery proto files and you pass both
--attrs=inputsand--attrs=cmdline, if there is a difference in the Environment keys of actions it will not appear in the final diff