Zach Mitchell
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...
Surely no one is editing lockfiles by hand, but _just in case someone tries_ we should prevent it.
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...
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:...
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...
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...
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...
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...
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: -...
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...