-
Updated
Jun 26, 2021 - JavaScript
build-tool
Here are 1,303 public repositories matching this topic...
-
Updated
Jun 27, 2021 - JavaScript
-
Updated
Jun 27, 2021 - TypeScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jan 7, 2019 - JavaScript
-
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
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
Jun 21, 2021 - Go
-
Updated
Jun 26, 2021 - C
I have a build task that takes in variables to decide which platform to build for.
I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.
I can get one to work at a time, but not both as the status
commands seem to take precedence over the sources
meaning if you specify comman
-
Updated
Jun 26, 2021 - Java
The MSBuildSettings
extension UseToolVersion
expects a valid value from the MSBuildToolVersion enumeration.
public static MSBuildSettings UseToolVersion(this MSBuildSettings settings, MSBuil
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 24, 2021 - C++
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
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
Jun 25, 2021 - Go
-
Updated
Jun 21, 2021 - Python
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
Right now it fails in all sorts of subtle ways relating to failures to resolve requirements and picking weird interpreters (e.g., due to the issue explained in pantsbuild/pex#957).
It hypothetically possible to build lambdas on MacOS if all transitive requirements have prebuilt linux wheels, but that is too narrow a case to support, and it's subtle and tricky to get ri
-
Updated
Jun 26, 2021 - Scala
-
Updated
Mar 2, 2020 - Go
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."
steps
sbt version: 1.3.0
problem
crossTarget
istarget/scala-2.12
whencrossVersion := CrossVersion.full
expectation
crossTarget
shou