Dan Kaplun
Dan Kaplun
Hello, It would be great if this software supported [k-anonymity](https://en.wikipedia.org/wiki/K-anonymity), so that no row in the output were uniquely distinguishable. It should be possible to output the maximum `k` for...
As of 0.1.6 only the working tree changes are visible.
It would be great if I could run `brew install ungit` on OSX. This would install a plist which would automatically start ungit on login. More resources: * https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md *...
Should bind to 127.0.0.1 or ::1 rather than 0.0.0.0 or ::, so that the resultant katon page is only accessible to the machine it's running on. This affects ports 31000...
Hello, It would be great if irc-framework had TypeScript definitions either in the repo itself or in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). This would make it easier to integrate with TypeScript. Thanks for considering!
Hello, It would be great if railroad diagrams (like [sqlite's](https://www.sqlite.org/syntaxdiagrams.html)) were included on the webpage. Here is a nice JS generator for railroad diagrams: https://github.com/tabatkins/railroad-diagrams Thanks for considering!
There's also logic in resume-cli. It should all be consolidated in one place. This is not a difficult task. I would be happy to submit a PR if we all...
These methods have little to do with Atom's usage and should be removed. They are specific to linked lists, and are not relevant to safe atomic pointers. Atomic linked lists...