-
Updated
Aug 19, 2020 - JavaScript
build-tool
Here are 1,134 public repositories matching this topic...
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
With SBT 1.13.11, we experience lots of problems publishing Maven artifacts with stack traces like this:
[error] java.io.IOException: Server returned HTTP response code: 503 for URL: https://....
[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeCons
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
May 11, 2020 - Go
- https://spectrum.chat/?t=e97230f7-2f18-4a3f-917a-fe3f391a2239
- https://spectrum.chat/?t=ea23e41e-8751-4b15-a7ee-24340763a04a
It seems common that people want to add a module resolving path to their source path.
The easiest way to do this is:
neutrino.config.resolve.modules.add(neutrino.options.source)
Or if an alias is preferred:
neutrino.config.resolve.alias.set('@
-
Updated
Aug 15, 2020 - C
Both these Taskfiles cause task to panic:
version: '2'
tasks:
foo:
and (so default is not a special case)
version: '2'
tasks:
default:
Panic is:
$ task
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x12cf3e1]
goroutine 1 [running]:
github.com/go-task/ta
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Aug 19, 2020 - Java
-
Updated
Aug 16, 2020 - Go
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
Aug 19, 2020 - Python
-
Updated
Mar 2, 2020 - Go
-
Updated
Aug 19, 2020 - Shell
-
Updated
Aug 19, 2020 - Scala
-
Updated
Aug 19, 2020 - Python
-
Updated
Feb 6, 2018 - Java
specifically, 'PANTSD_REQUEST_TIMEOUT_LIMIT' (and more such environment variables, after merging #7913):
written:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/bin/remote_pants_runner.py#L139
read:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/pantsd/pailgun_server.py#L248
separatel
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Aug 14, 2020 - JavaScript
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
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."