M Hickford
M Hickford
Git 2.40 and 2.41 introduced new credential attributes https://git-scm.com/docs/git-credential#IOFMT
1. Open Sublime Text 2. File / New File 3. Right click in text editor, 'Open terminal here...' Expected: Menu item 'Open terminal here' is greyed out (disabled) What actually...
Unit tests should be fast but https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/dev/apps/tests/performance/performance_test.go does performance testing using homegrown . The test runs so long it times out on my computer. Better would be to use Go's...
Consider replacing the dependency on https://github.com/pkg/browser which appears to be dead (no commits for 20+ months). Fork https://github.com/cli/browser is actively developed, and [packaged in more Linux distributions](https://repology.org/project/go:github-cli-browser/versions). This would simplify...
To me, "font size when Sublime Text was started" is a more natural default than "font size when plugin was installed." What do you think?
1. Browse to https://online-go.com/play in Google Chrome 2. Observe red cross over padlock icon 3. Compare with http://sha1affected.com/results?server=online-go.com shows green padlocks
Serialisation unit test fails sporadically https://travis-ci.org/tyler/trie/jobs/20983885#L182 ``` 1) Trie save/read when I save the populated trie to disk should contain the same data when reading from disk Failure/Error: trie2.get('omgwtflolbbq').should ==...
I believe we use version 0.1.99 of [libdatrie](http://linux.thai.net/~thep/datrie/). That project's still active, so it's now a [few versions ahead](http://linux.thai.net/svn/software/datrie/trunk/NEWS). We could update from http://linux.thai.net/svn/software/datrie/trunk/
It would be handy if the Trie class supported serializing with Ruby's Marshal class. Trie objects could then be saved to file or to Memcache or any other object store....