Cameron Martin

Results 54 issues of Cameron Martin

**Is your feature request related to a problem? Please describe.** I have some endpoints that are accessible to anyone, but the API server is still interested to know who the...

stale

If I have a CSS file like so ```css .default { background-color: black; } .foo { color: white; } ``` Then the d.ts files only contain definitions for `foo`.

### Description of the bug: Using the `:all` target with `register_toolchain` should register all the toolchains in the package. However, when the package contains aliases to toolchains this no longer...

type: bug
team-Configurability
untriaged

This is a rough proof of concept of making rules_rust load dependencies via bzlmod. Currently it can only compile and run rust crates, and cannot load crates from Cargo.toml. There...

If you have a dependency on a local crate that isn't in the same workspace, `cargo-bazel` seems to fail with: ``` error: failed to load manifest for dependency `foo` Caused...

enhancement
external-crates

When doing something that requires updating `cargo-bazel-lock.json`, for example changing the rust version or even the initial setup of bazel, the only option is to do a full `cargo update`,...

external-crates

How come this is GPL and could it be released under a more permissive license?

Our clickhouse server is behind a reverse proxy that requires setting extra headers. A method on `Client` for adding these extra headers would be useful.

When the output base is changed after the convenience symlinks have been created, queries such as `//...` try to traverse into them and load them as packages since they are...

team-Core
awaiting-review

# 🚀 feature request ### Relevant Rules The relevant rule is `whl_library`. ### Description Currently [whl_library](https://github.com/bazelbuild/rules_python/blob/e355becc30275939d87116a4ec83dad4bb50d9e1/python/pip_install/pip_repository.bzl#L658) downloads pip packages by executing a python script. However this bypasses bazel's downloader, causing...

type: feature request
type: pip