Marcus Miguel

Results 6 issues of Marcus Miguel

Edit: This will happen every time %dojo receives multiple characters (e.g., when the %webterm frontend sends a string) and not only when pasting. pasting `(add 2 2)` (double whitespace after...

Implements [UIP-0119](https://github.com/urbit/UIPs/blob/1cb9cb78deb7413cc5e23d326e33f7f4a5d3f185/UIPS/UIP-0119.md).

Traces are inverted, and sometimes they force you to scroll up unnecessarily to figure out what went wrong. **before** ``` 2024-12-31T16:31:26.832404Z TRACE slogger: ------^ 2024-12-31T16:31:26.832446Z TRACE slogger: ++ p arse-pile...

Mook accepts a `flop` flag that allows you to reverse the stack traces (I don't know if this functionality is actually necessary anywhere), but currently, it always returns an empty...

[arvo PR](https://github.com/urbit/urbit/pull/7144) ### To test: - Boot a moon with the vere/arvo changes. - Current shortcut for switching session is `Ctrl+O`. - Try opening and closing new terminal sessions with:...

- stores a Unix duct for each open session instead of storing only the default duct, and uses the appropriate duct when dumping output to the runtime. - gives an...