James Rivett-Carnac
James Rivett-Carnac
~~+1 - bootstrap-scss in rails 4. It works in mac os on ruby 2.2.1, fails in heroku on ruby 2.2.1~~ This was being caused by Gmails css preprocessor - not...
As a non-C developer, I would like a canonical example of `F(gtk_func_in_C) -> 'gtk_func_in_go'` that is well documented, and explains how they differ. In this way, I can make PRs...
In another way: What is the *best* piece of code in this repository graded on: Clarity, demonstrating conventions and documentation. For comparison: when I'm giving an example from the standard...
I started looking into this (and had a hard drive failure: so I'm starting again). Part of this to me means redoing the command switch (mode/normal.go) as a map. This...
plus - the switch makes me twitch.
Also, that algorithm is a joke. Huffman would probably work better/easier.
radix tree or huffman encoding would be _significantly_ more sane than De Brujin Graphs
ack. started reading the `ed` source code... [ed](http://www.gnu.org/software/ed/)
This is causing lots of issues for me in https://github.com/yarbelk/vigo/tree/feature/EditorMode where i'm getting a whole lot of `WindowMode does not implement editor.Mode (Enter method has a pointer receiver)` input appreciated.
fixed by pull request https://github.com/kisielk/vigo/pull/39