Jemma Nelson

Results 11 issues of Jemma Nelson

The site [linked to in the README](https://www.cybernoia.de/software/archivemount.html) is down. The current code is hosted here: https://github.com/cybernoid/archivemount

⚠️ Not yet ready to merge - hasn't been tested enough yet. ⚠️ This avoids redoing unnecessary build operations - after the initial `make`, subsequent invocations should be much faster....

I'm not sure if this is a known limitation or something that should be an issue. I suspect it applies to all step-wise functions but I haven't checked. ``` >>...

It might be nice to have a structure for adding plugins to the core `hyp` CLI tool. This could have a couple of benefits: - Lower friction to try new...

enhancement

Reproduction: First, build timeout. Then run: `./target/debug/timeout 10€ echo "this will panic"` ``` thread 'main' panicked at 'byte index 4 is not a char boundary; it is inside '€' (bytes...

U - timeout

Here's a bug I ran into, and can't reproduce. I was running a transcript from within another program (a Rust build script), so I don't have as great certainly into...

bug
team-arya

To reproduce: ``` $ ucm run.compiled file-that-doesnt-exist Uh oh, an unexpected exception brought the process down! That should never happen. Please file a bug report. Here's a stringy rendering of...

I ran into this error earlier when trying to reorganize my codebase. ``` bad-wasm-runner/main> find Signed 1. decode.decodeSignedLEB128 : '{Decode} Int 2. decode.decodeSignedLEB128Test : [Result] 3. decode.decodeUnsignedLEB128 : '{Decode} Nat...

dx
team-arya

**Request** Some way to control the representation of numeric literals, as rendered by the Unison pretty-printer. **Motivation**: I was writing a toy byte-code interpreter, and the spec is written as...

If possible, I'd like to pre-compile frawk scripts to binary executables. This would make it easier for me to distribute the scripts I've written to places where it is difficult...