-
Updated
Sep 15, 2021 - JavaScript
build-tool
Here are 1,333 public repositories matching this topic...
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Jul 24, 2021 - Go
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
-
Updated
Sep 4, 2020 - JavaScript
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
May 14, 2021 - Go
-
Updated
Sep 15, 2021 - C
- Task version: 3.0.0
- Operating System: Linux (Ubuntu 18.04.04)
Example Taskfile showing the issue
tasks:
hello:
desc: 'hi'
cmds:
- echo "hi"
-
When running task -l
it fails with:
> task -t test_task.yml -l
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0
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
Sep 15, 2021 - Java
When running a DotNetCore command or tool via Cake, we can control the roll forward policy by setting an environment variable DOTNET_ROLL_FORWARD in the [tool's settings](https://github.com/cake-build/cake/blob/8bc15841e97944291946a89f335562244965247e/src/Cake.Common/Tools/DotNetCore/DotNet
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Sep 14, 2021 - 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
Sep 15, 2021 - Go
debootstrap.sh
replaces extraargs
or another line in the environment where it finds 'console=' before the line that starts with console=
Suggested the following fix:
--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
# if we have a headless device, set console to DEFAULT_CONSOLE
if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE
-
Updated
Sep 8, 2021 - Python
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.
This issue is tracking the documentation that has to be updated.
- Document new platform commands
- Update the section dedicated to page
<title>
and tell about [Browser.documen
-
Updated
Sep 15, 2021 - 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."
We already have syntax highlighting for VS code. We could use that for Visual Studio as well.