Jeremy Volkman

Results 17 issues of Jeremy Volkman

## PR Checklist Please check if your PR fulfills the following requirements: - [X] Tests for the changes have been added (for bug fixes / features) - [X] Docs have...

Using the [example](https://github.com/stackb/rules_proto/#proto_repository) for `@googleapis` leads to the following errors: ``` ERROR: /home/jvolkman/repo/WORKSPACE:461:17: //external:googleapis: invalid value in 'build_file_generation' attribute: has to be one of 'auto', 'off' or 'on' instead of...

I was trying out `dbx_build_tools` for our python project, but ran into an issue again that has been plaguing me for a while. The root cause is an upstream Bazel...

When a Value is set to verify change, and the value hasn't changed (bOriginalEqual is true), don't call Value::OnValueRefreshed(). Also, don't call OnValueChanged() since it's already called when the changing...

Investigate

Currently there's no completion for the `syntax` statement.

enhancement

### Zig Version 0.10.0-dev.2382+97816e3cb ### Steps to Reproduce For example: ```shell cd /tmp mkdir -p test1/lib test2/lib echo "void test() {}" > test1/lib/testlib.c echo "void test() {}" > test2/lib/testlib.c cd...

bug
os-macos
linking

I'm using PDM's resolver in [rules_pycross](https://github.com/jvolkman/rules_pycross) by way of parsing its lock files. Recently I've been working on adding support for extra dependencies. My plan is to model something like...

⭐ enhancement

I've seen a number of issues (usually newer versions of Python are different architectures) where the solution is to set `MSGPACK_PUREPYTHON=1` to build a pure-Python wheel. I'm currently working on...

As part of [repairwheel](https://github.com/jvolkman/repairwheel), auditwheel is vendored and can patch linux wheels from Windows. These are some of the more innocuous tweaks I've had to make to run successfully in...

### Description of the feature request: Add a `bazel init` command that sets up a skeleton Bazel workspace for new projects. It could create `WORKSPACE`, `BUILD.bazel`, `.bazelrc` and maybe others,...

type: feature request
P3
team-OSS
stale