~dozreg-toplud

Results 19 issues of ~dozreg-toplud

**Description:** After the last OTA, pier crashes with "pier: serf unexpectedly shut down". When starting the pier after the crash, it would crash again after few seconds. In these couple...

bug

When i push on "Play" button, stream starts load, but then stops. Also when i choose stream from the list, "loading supported qualities..." line doesn't disappear. What should i do?...

To reproduce: 1. Switch test flag in `_140_two_cut_a` to `c3n` 2. Run in Dojo (set --loom to 33): ``` =a (cut 2 [0 (bex 31)] (bex (bex 33))) ``` You'll...

Calling `++cue` with a cell sample causes the runtime to crash non-recoverably: ``` (slum cue *^) ``` This is due to the fact that `u3s_cue_atom` is called [without checking if...

Jet for `++sew` gate. Makes non-jetted urwasm tests 15 times faster. Note: I set `bail:fail` on non-atomic `a` for the same reason it `fail`s in `++can` jet: in Hoon this...

`++aor` jet. 10x speed up with this input: ```hoon (aor 'aaaaaaaaaaaaaaaa' 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') ```

Depends on https://github.com/urbit/vere/pull/703 Adds regression tests for jet matching of comparison gates.

A value returned from a thread called by Dojo sometimes has unexpected behavior with regards to printing. For example, for a thread `thread-test.hoon`: ```hoon /- spider /+ strandio =, strand=strand:spider...

Depends on https://github.com/urbit/wasm3/pull/1 Adds stateful jet for `++run:wasm-lia`: - Defines two sets of allocators for m3 structs and codepages; - Updates `_reduce_monad` to enable computation suspension; - Adds `_get_state` to...