build
Here are 2,138 public repositories matching this topic...
-
Updated
Aug 2, 2022 - TypeScript
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
-
Updated
Jul 24, 2022 - JavaScript
-
Updated
Aug 3, 2022 - C
I'd expect this to embed C:\temp\1.txt into the binlog, but it doesn't:
<Project>
<Target Name="Build">
<MSBuild Projects="$(MSBuildThisFileFullPath)" Targets="GetItems">
<Output TaskParameter="TargetOutputs" ItemName="EmbedInBinlog" />
</MSBuild>
</Target>
<Target Name="GetItems" Returns="@(ResultItem)">
<ItemGroup>
<ResultItem Include="C:\temp\
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
-
Updated
Aug 3, 2022 - TypeScript
-
Updated
Feb 20, 2022 - CSS
-
Updated
Aug 1, 2022 - Python
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
Aug 1, 2022 - Go
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
-
Updated
Jul 31, 2022 - Vim script
-
Updated
Aug 2, 2022 - Rust
-
Updated
Apr 14, 2022 - PowerShell
-
Updated
Jul 25, 2022 - Erlang
-
Updated
Jul 31, 2022 - Python
Desired Behavior
Per my discussion with @rgrinberg on Discord earlier, as of now in order to include an object file in compilation, it first needs to be embedded in a .a file with ar.
My thought was to add a (foreign_objects <foreign-objects-list>) field that behaves the same way as `(foreign_archives <foreign-archives-l
-
Updated
Jul 28, 2022 - Go
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."
Description of the feature request:
For better bash-less Windows support,
ctx.actions.run_shellcould addcommand_bat(with the same behavior as genrule'scmd_bat) andcommand_ps(with the same behavior as genrule'scmd_ps).This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind