Skip to content
#

build

Here are 2,126 public repositories matching this topic...

digit-google
digit-google commented Jul 1, 2022

Description of the feature request:

BlzMod will soon allow native.local_repository() and native.new_local_repository() to be called from module extension implementation functions (see issue 15412).

This feature request is to add new optional arguments to new_local_repository() to generate MODULE.bazel files, in addition to BUILD.bazel and WORKSPACE.bazel ones.

e.g. module_file and `m

type: feature request P2 good first issue team-ExternalDeps
earthly
msbuild
NMertsch
NMertsch commented Jun 3, 2022

Issue Description

The MSBuild Task XslTransformation (docs, source) always loads the provided XSLT file with XmlSpace.Default. I would like to use XmlSpace.Preserve instead.

Steps to Reproduce

See [this project](

up-for-grabs Feature Request Area: Tasks Good First Issue
michelvocks
michelvocks commented Jan 30, 2019

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.

enhancement help wanted good first issue blocked

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Feb 20, 2022
  • CSS
jeremiedimino
jeremiedimino commented May 7, 2020

Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.

Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.

Another ide

Improve this page

Add a description, image, and links to the build topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build topic, visit your repo's landing page and select "manage topics."

Learn more