Ezekiel Warren
Ezekiel Warren
This is to be compliant with angular + webpack/browserify related work environments.
It seems appropriate that a tool for bazel would also be built with bazel. I did some work to convert the repository to use rules_nodejs https://github.com/zaucy/vscode-bazel/tree/build_with_bazel. It compiles, but I...
Hi! I was wondering if you'd be willing to accept the [bazel](https://bazel.build/) build system support I created upstream. If there were any issues in the future I'd be willing to...
closes #463
Main motivation for this PR is to make the nushell experience better (#463). Taken from one of the [suggestions in the comments](https://github.com/Schniz/fnm/issues/463#issuecomment-1132510568) I added a `--json` option. ```nushell fnm env...
I saw some minimal bazel support was added which is great! Would the maintainers here be interested in submitting to the [BCR](https://github.com/bazelbuild/bazel-central-registry)? It would involve adding a `MODULE.bazel` file to...
looks like `escape_lua_patterns` was missed in a previous refactor
This PR adds [bazel](https://bazel.build/) with bzlmod support which enables bazel users to consume libgit2 as a [bazel module](https://bazel.build/build/bzlmod). I've also submitting these changes to the bazel central registry (BCR): https://github.com/bazelbuild/bazel-central-registry/pull/298...
## Description This adds support for the latest bazel MODULE system (bzlmod) and refactors the older minimal bazel support. Consuming `doctest` in a bazel project becomes as simple as adding...
Defaults to no shell, meaning a direct execute occurs instead. This is a breaking change that would require the following to be added to `cog.toml`. ```toml shell = { executable...