Brandon Stilson

Results 6 issues of Brandon Stilson

Similar to the [click](https://click.palletsprojects.com/en/8.1.x/options/#choice-options) arg parse library from Python, it would be nice if `argh` had a similar feature. I am new to rust, so I can't suggest a good...

This issue is in the context of Bevy, but I think it might be a winit issue. Happy to close and migrate this issue. ## Bevy version 0.8.0 ## Relevant...

platform: X11

Follow up from this: https://github.com/not-fl3/quad-snd/issues/46

WORKSPACE: ``` http_archive( name = "rules_rust", sha256 = "36ab8f9facae745c9c9c1b33d225623d976e78f2cc3f729b7973d8c20934ab95", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.31.0/rules_rust-v0.31.0.tar.gz"], ) load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") rules_rust_dependencies() rust_register_toolchains() load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") # https://bazelbuild.github.io/rules_rust/rust_analyzer.html#setup rust_analyzer_dependencies() ``` ```bash bazel run @rules_rust//tools/rust_analyzer:gen_rust_project ``` Output:...

Piggy backing off : https://github.com/nrempel/sleek/issues/16 If `uppercase` is `false`, the query is not lowercased. Either there should be an explicit flag to lowercase the query, or `uppercase = false` should...

### What happened? Creating this ticket as a request from Sahin Yort: https://bazelbuild.slack.com/archives/CA3NW13MH/p1713825855341559 ### Version Development (host) and target OS/architectures: Output of `bazel --version`: bazel 6.5.0 Version of the Aspect...

bug
untriaged