Joe Bryan
Joe Bryan
Why is `[%note *] q.gen` commented out in `+open:ap`? That line combined with the fixpoint loop in `+chip:ut` should ensure that `%note`'s are expanded out during branch specialization.
`next/arvo` is just lagging, `master` should've been merged back into it. I just did so, if you push changes to your branch github will pick up on that.
The mismatch was introduced in v1.6, so you should be able to do a full replay with the patched v1.5 binaries. Use the partial replay argument (`-n`) to step through...
This is still an issue. A workaround not yet documented here is to restore the backup snapshot (at `$pier/.urb/bhk`) before attempting replay -- it should always avoid the need to...
This is great! I'll come back with a more detailed review soon, but wanted to get these notes to you ASAP. This PR removes some functionality (some of which was...
Can we tweak the eth-watcher batch size when it's in "zoom" mode?
@tacryt-socryp see #5872. And more resources should be put into *everything*, for the foreseeable future.
On linux or macos, failure to bind a port shows up as a `UV_EADDRINUSE` or `UV_EACCES` error, which we check for. I wonder if it's just returning `UV_EINVAL` on windows...
`address X out of loom` means that we had a SEGFAULT we could handle, because the faulting address was outside the loom. In other words, it's a crash due to...
@belisarius222 per [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt) `~` is safe ("unreserved characters", page 12, section 2.3). I think you're other concerns are already handled by the `@ta` encoding of `@t`: ``` > (scot...