DeedleFake
DeedleFake
I think that's pretty self-explanatory. The `proto` package should have a package-level godoc comment that explains how the encoding and decoding work.
There are basically no tests right now. That's *bad*. Add some.
`Remote` should have a `WriteStat()` method that performs `wstat` requests.
Currently, if `ReadMessage()` tries to read a message that's longer than `msize`, it stops and returns an error. If the connected client is actually a valid client, however, but somehow...
The specification states that sending a `version` request with an existing session resets everything back to nothing as if it's a brand new connection having just sent its initial `version`...
Currently, `Tflush` results in an `Rerror` due to a lack of support. While support would be nice at some point, the current behavior is [a violation of the spec](https://9fans.github.io/plan9port/man/man9/flush.html), which...
Just to see how it looks. Some are not really different, but I think that some are a fair bit cleaner.
Currently, what little configuration there is for kawa happens entirely via command line flags. Ideally, a config system would work similarly to how wmii's works in that it exposes a...
Closes #61.