Cora Sutton
Cora Sutton
This is still not fully addressed. Channels that are closed should still allow receivers to receive the contents of the channel at the time the channel was closed. ``` go...
Actually, if we un-marshal objects immediately before we stick them in the queue then we never lose the reference to a channel and so we can get rid of the...
Although there may still be something broken. I didn't dive into the server, it might be breaking on similar things...
Yeah, I'm getting an error when using these changes. Something else is wrong...
I haven't worked on this lately. I just gave up since I don't know vimscript well enough to figure out what's going on, and couldn't figure out how to test...
Or it's broken for now and they'll support it later.
it's still down
To build the PDF I needed: * xquartz 2.7.11 (`brew install Caskroom/cask/xquartz`) * Java 8 (1.8.0_141) (I used [asdf-java](https://github.com/halcyon/asdf-java) to install `oracle-8.141` then [set the asdf java version locally](https://asdf-vm.com/#/core-manage-versions?id=set-current-version)) *...
To get mobi and epub to build I needed: * docbook-xsl 1.79.1 (`brew install docbook-xsl`) * calibre 3.44.0 (`brew cask install calibre`) Then I just ran: * `make mobi` *...
I fixed this in doom emacs (w/ emacs 27, assoc-delete-all is new) using the following code: ```elisp ;; disable additional bindings so they aren't bound when the package loads (setq...