-
Updated
Feb 27, 2022 - JavaScript
build-tool
Here are 1,433 public repositories matching this topic...
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Feb 28, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Go
Describe the feature you'd like to request
Show original CLI colors in the output.
Describe the solution you'd like
I would like to be able to have a --colors flag when running turbo to enable colors of the CLI output, including the output from the sub packages/apps. `tur
-
Updated
Jan 7, 2019 - JavaScript
I'm trying to create a wrapper for Task in Node.js. I'd like to report the time each task takes. However, the task variables show up as:
task: dynamic variable: 'if [ -f meta/main.yml ]; then yq e '.galaxy_info.role_name' meta/main.yml; else jq -r '.name' package.json | sed 's/.*\///'; fi' result: 'androidstudio'
They SHOULD show up as:
task: dynamic variable: [common:update-a
-
Updated
Feb 28, 2022 - C
steps
Using Scala 2.12.14 + SBT 1.5.x
Just include this import in your source
import java.time.temporal.ChronoUnit.MILLIS.{between => millisBetween}
problem
java.lang.NullPointerException
at xsbt.Dependency$DependencyTraverser.lookupImported$1(Dependency.scala:394)
at xsbt.Dependency$DependencyTraverser.$anonfun$traverse$1(Dependency.scala:396)
at xsbt.Dependency$De
Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like --registry https://my-registry.com we could support that use case.
I'm wondering if this is how we can make our npm plugin testable too! We could spin up a fake registry since we only ever download the tarball and use the --registry flag in
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 14, 2021 - Go
right now the image-loader middleware only supports the formats ICO, JPEG, PNG, GIF, SVG and WEBP.
It would be very useful to also add the new AVIF format, that is already being used on the web and that is quickly gaining popularity and browser supports
-
Updated
Feb 28, 2022 - Java
Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 20, 2022 - C++
hello, i just found a text mentioning a basePxFontSize configuration which is not documented anywhere inside the doc. This is really useful to use inside custom transforms and it should be documented.
-
Updated
Feb 25, 2022 - Go
PyOxidizer installs everything needed by a python_distribution by using pip install with the install_requires metadata of the dist:
We have made no attempt to wire up [python-repos], so this will almost certainly fail if you have a custo
-
Updated
Jan 27, 2022 - Python
-
Updated
Feb 27, 2022 - Scala
Improve this page
Add a description, image, and links to the build-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-tool topic, visit your repo's landing page and select "manage topics."

https://github.com/earthly/earthly/tree/acb/autocompletion-bug reproduces the bug which needs to be fixed.
To reproduce: checkout the above branch, then run
./earthly -P ./tests/autocompletion+test-targets-in-two-directories-prefix