Nick Galbreath

Results 38 issues of Nick Galbreath

`hunspell` has a few modes for flags (the 'ASD' in `foo/ASD` in DIC files). Currently supported is the based ASCII flag. There are a few other modes but not clear...

Currently, loading the `en_US` file takes about 250ms, while native `hunspell` takes 5ms. Minor memory optimization has been done (from 350ms to 250ms), but no real CPU profiling has been...

Need something like this from https://github.com/golang/glog/blob/master/glog.go ```go // flushSyncWriter is the interface satisfied by logging destinations. type flushSyncWriter interface { Flush() error Sync() error io.Writer } ```

Currently I just pulled from wikipedia for a word list. Doco how to add different word lists. Doco how to manually add words.

interestingly gometalinter emits a JSON array. as per https://github.com/koalaman/shellcheck/blob/master/shellcheck.1.md#user-content-formats I would have expected 1-object-per-line style, but so be it. (line breaks added for clarity) ``` json [ { "linter":"misspell", "severity":"warning",...

These are quit unusual spellings or words. They should either be removed from the "known good" list or have the rule removed. ``` abundancies -> abundances accending -> ascending acquited...

Oddly the `ludent` lua code isn't not formatted with `ludent`

nice project! It is likely I'm Doing This Wrong, so I'm not doing a full branch. But this patch adds staircase mode to Flot. ``` --- a/jquery.tswidget.js +++ b/jquery.tswidget.js @@...