Zach Mitchell

Results 105 issues of Zach Mitchell

## Proposed Changes This is mostly a preventative measure. Users can see the lockfile right next to the manifest in their editor, and being able to edit the manifest in...

team-cli

Surely no one is editing lockfiles by hand, but _just in case someone tries_ we should prevent it.

enhancement
team-cli

We discussed this in the Monday planning meeting, but currently if you: - `flox activate -r owner/name` - `flox list` the CLI will contact FloxHub to get the packages in...

enhancement
team-cli

When installing a flake that's referred to by a relative path, sometimes you will see errors like this: ``` ❌ ERROR: Failed to build environment: Failed to constructed environment: error:...

bug
team-cli

We have run into several situations where using `bpaf` proved to be either confusing or unergonomic, and a few situations where what we wanted to do was simply not possible...

team-cli
greenkeeping

When you have a composition of environments, you may have one or more manifest fields that are overridden e.g. `install.hello.pkg-path`, `vars.FOO`, etc. The set of overridden fields can change due...

enhancement
team-cli

Hi, I was integrating `rexpect` into a project and found that the sleeps are longer than what we needed. Specifically the `sleep` in `read_until` is 100ms, and I found that...

C-bug
help-wanted

When integrating `rexpect` into some of our tests I ran into an issue where the escape codes for [bracketed paste mode](https://en.wikipedia.org/wiki/Bracketed-paste) were present in the output. This naturally broke the...

C-bug
help-wanted

I forked the repo to attempt to implement this function based off of the corresponding function in the Javascript SDK: https://github.com/getsentry/sentry-javascript/blob/136370c8d4f0c0cd9ec80b47ba2292406d0b4ba7/packages/core/src/feedback.ts#L8 From what I gather, the necessary steps are: -...

Feature
SDK parity
Rust
Good first issue
Hacktoberfest

Hi, I'm pretty new to Zig, so there may be something obvious that I'm missing. This is the error: ``` ❯ ./zig-out/bin/rfcp thread 364647 panic: reached unreachable code /nix/store/n2620b80jfxfn7c80qdmp6ma9v71rjbl-zig-0.14.1/lib/zig/std/debug.zig:550:14: 0x1051b3d...

bug