Peter Sagerson
Peter Sagerson
Create a .txt file somewhere with contents like this: ``` # vim: tw=80 lbr spell Editing this file in GoNeovim 0.4.7 will cause three errors, one for each modeline setting....
The 0.18 build is failing when cabal hits its backjump limit and aborts. By strange coincidence, running the build multiple times could push through the error, making it less obviously...
Needless to say, the fact that most tx-log backends have to poll for new transactions is not ideal for interactive applications. It's always unsatisfying when the bulk of a request/response...
The breaking change is documented at https://github.com/tonsky/datascript/releases/tag/1.6.0. This change also updates the test dependencies to the latest versions of DataScript and Reagent. And there are a couple minor updates to...
DataScript 1.6.0 [introduced a breaking change](https://github.com/tonsky/datascript/releases/tag/1.6.0) to the way listeners are stored on the connection. posh needs to be updated to support the new mechanism. > * [ BREAKING ]...