Joshua Bronson

Results 81 issues of Joshua Bronson

### What problem are you trying to solve? I just tried installing devbox for the first time, and I have to use a shared Linux server at work where I...

feature
triage

### What happened? Using `bazel coverage` with an aspect `py_test` target always results in no coverage data being collected. ### Version Development (host) and target OS/architectures: Output of `bazel --version`:...

bug

### What is the current behavior? * As of [#233](https://github.com/aspect-build/rules_py/pull/233), to create virtualenv's, aspect_rules_py has maintained its own Rust implementation (that predates uv by only a [couple months](https://astral.sh/blog/uv) -- what...

enhancement
discussion needed

I noticed that "What about Conda?" appeared in #195 a while ago, but found no other mentions since then. It seemed worth having a dedicated issue for this, if only...

type: feature request

https://raw.githubusercontent.com/pure-fish/pure/master/README.md and https://pure-fish.github.io/pure/ currently include screenshot images that are not working, e.g. ```html ``` renders like:

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I ran ‘conda-lock lock --help’ to see...

* Click *thumbs-up* 👍 on this issue if you want it! * Click *confused* 😕 on this issue if not having it makes VSCodeVim unusable. The VSCodeVim team prioritizes issues...

help wanted
kind/feature

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/01463b17bc667ddb8c2b2126838309e8fd2eee0c?narHash=sha256-VDO85IOBUnUdKPG%2B5%2BXQYtxdCahNL3Gu4cWf9uh/XrQ%3D' (2025-01-03) → 'github:NixOS/nixpkgs/4ad504735ad405c619b5889ca645bae9ff455c7a?narHash=sha256-/kGE2b9tw2tsru8gnJoy4gaULgi0%2BpoHZbcLl7U8uew%3D' (2025-04-03) ``` ### Running GitHub Actions on this PR GitHub...

dependencies
automated

### GitHub Actions Version Updates * **[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)** added a new **[commit](https://github.com/pypa/gh-action-pypi-publish/commit/76f52bc884231f62b9a034ebfe128415bbaabdfc)** to **[v1.12.4](https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.12.4)** Tag on 2025-01-24T02:44:52Z * **[codecov/codecov-action](https://github.com/codecov/codecov-action)** added a new **[commit](https://github.com/codecov/codecov-action/commit/0565863a31f2c772f9f0395002a31e3f06189574)** to **[v5.4.0](https://github.com/codecov/codecov-action/releases/tag/v5.4.0)** Tag on 2025-02-26T23:40:17Z * **[actions/cache](https://github.com/actions/cache)** added...

dependencies
automated

We are using jupytext to keep thousands of .py notebooks in a git monorepo with dozens of contributors. Because Jupytext writes its exact version in the metadata comment header, this...