Benjamin Weinstein-Raun
Benjamin Weinstein-Raun
In other shells (fish, bash, zsh), pressing ctrl-c partway through entering a command aborts the current expression and puts the user at a new prompt. Rash prints `(struct:exn:break user break...
From @jay-pee in #7 , copying here as it's a slightly different issue > When putting images in subfolders an error occurs: > ``` > Traceback (most recent call last):...
Somehow we're now creating invalid apkgs when there are images. One problem is the relative paths change, but there's some deeper problem, because even when that's fixed we produce invalid...
This project uses a PyYAML version that has a code execution vulnerability. Since the user is here assumed to be in complete control of any yaml input, I don't actually...
I should write some tests or something if I want anyone else to use this ever.
Is it possible (or compatible with the design goals) to export a design as a sub-node, or as a script? I'm imagining something like a "designate inputs" -> "designate outputs"...
So, right now I can't find a good way to quickly share a subtree with a friend. It would be nice if there was an equivalent to the `*` register,...
Change the Display instance for Node. Previously it printed a simple pre-order traversal, which was sometimes ambiguous because e.g. for nested n-ary functions it wasn't clear which things were arguments....
**Problem** I'm building an app using dioxus (https://github.com/benwr/spartacus). The app runs fine via `cargo run` and `dx serve`. But as soon as it's bundled (either with `dx bundle` or `cargo...
Right now there are some branches in the modular arithmetic; these give us ~2x speedup I think, but IIUC in general it's bad to have variable running times in crypto...