Matthew Harm Bekkema
Matthew Harm Bekkema
According to Johan "the default and only style" Tibell: > The alternatives in a case expression can be indented using either of > the two following styles: > > ```haskell...
(Note: I don't expect this to be merged in its current state. There are a few problems which I am looking for suggestions on.) ## Description A custom Setup.hs is...
This is needed for compatibility with python 3.
In python 3, these strings are expected to actually be `bytes`. In the file "fah/Icon.py", the diff looks huge, but all I did was prepend each string with a `b`.
The SocketServer module has been renamed to socketserver in Python 3.
I have an application which needs to look at the key first before deserializing the rest of the message. Would you be opposed to a PR adding the key to...