-
Updated
Jul 26, 2022 - JavaScript
build-tool
Here are 1,503 public repositories matching this topic...
-
Updated
Jul 26, 2022 - TypeScript
-
Updated
Jul 26, 2022 - TypeScript
-
Updated
Jun 22, 2022 - JavaScript
What version of Turborepo are you using?
1.2.11
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
In the past JSON5 support was added to turbo.json but adding // comment now breaks with:
error unmarshalling invalid character '/' looking for beginning of object key string
ERROR turbo.json: in
-
Updated
Jul 20, 2022 - Go
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359

source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
Currently, when running task -l the available tasks are listed alphabetically.
While this works for simple taskfiles, in cases with several includes and many compound tasks in the root file, I'd hoped that those tasks defined in the root taskfile are listed first (visually separated by an empty line).
Example:
Given two taskfiles to be included:
# taskfile.lib.yaml
---
version:-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Jul 26, 2022 - C
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
dependencyBrowseGraph fails with `key not found: GraphModuleId` when pagerduty-client is present
steps
Project files:
build.sbt:
libraryDependencies ++= Seq(
"com.github.dikhan" % "pagerduty-client" % "3.1.2"
)project/plugins.sbt:
addDependencyTreePlugin
project/build.properties:
sbt.version=1.7.1
problem
Calling dependencyBrowseGraph on the project fails with `NoSuchElementException: key not found: GraphModuleId(org
-
Updated
Jul 26, 2022 - Java
-
Updated
May 14, 2021 - Go
-
Updated
Sep 4, 2020 - JavaScript
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
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
Jul 25, 2022 - JavaScript
-
Updated
Jul 23, 2022 - 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
Re: Slack thread https://pantsbuild.slack.com/archives/C0D7TNJHL/p1658767584514849
This isn't a feature request or bug fix per se, but more of an open question as to whether Playwright is inherently supported out-of-the-box with Pants or if we would need some sort of plugin or extension to allow its usage (this idea could arguably extend to Puppeteer
-
Updated
Jul 26, 2022 - Go
Would it be possible to support multiple files as input / output using the CLI?
PostCSS and ESbuild allow to use a glob pattern for the input and have arguments to set the output directory and extension.
Examples:
postcss src/**/*.css --base src --dir dist/css --ext .min.cssesbuild src/**/*.js --bundle --outdir=dist/JS --out-extension:.js=.min.js
A similar solution would be ve
-
Updated
Jul 23, 2022 - Python
Hey folks! Thanks for creating such a useful project. I've been using this for a little while and I just ran into my first paper cut.
I'm currently using git submodules to vendor out some font files. Unfortunately, the file is named MplusCodeLatin[wdth,wght].ttf, which fails HTML5 validation because it contains square braces, which are considered illegal characters.
No problem, I thought,
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."
Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.