Chris Done
Chris Done
What happened to putting the type in a library with accompanying JSON decoder encoder so that cabal and stack don’t need to maintain it? Where’s that? On Tue, Jul 20,...
Awesome, thanks @fendor. The types with the JSON interface look great. So I can update my stack PR to depend on this library and generate these types to stdout. I’ll...
For building with stack on OS X, install XQuartz and put the following in your `~/.stack/config.yaml`: ```yaml extra-lib-dirs: - /opt/X11/lib extra-include-dirs: - /opt/X11/include ```
I'm not hosting it anymore. But if anyone wants to host the code in a new place, I can point the domain there, and add you to the `haskellnews` org...
So from what I can see about [message fragmentation](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#Message_Fragmentation), messages are split into multiple frames. So your Emacs API would be more aptly named `:on-frame` because it receives frames, which...
By the way, thanks for publishing this package, it's great! :+1: :smile:
I'm not sure what's correct behavior for you. :thinking: But I encountered this when making a message that's large, e.g. 100kb. I think you could literally just replace the `data`...
The problem with producing any number at all for n/0 is that the result can march on in full confidence through your call graph until the cows come home, perhaps...
I've had to remap some things too, like `/` in html-mode. Adding these suggestions in the README sounds like a good idea.
Correction: > ##### Current `god-mode` > > `rectangle-kill`: x SPC rk > `split-window-below`: x2 > `insert-register`: x SPC ri > `find-file`: xf > `save-buffer`: xs IME commands that require SPC...