Kofifus
Kofifus
In my grid options I tried to replace: ``` forceFitColumns: true ``` with ``` autosizeColsMode: Slick.GridAutosizeColsMode.FitColsToViewport ``` However the columns now do not stretch and just take the minimum space...
we are having an issue where some big images have artifacts when scaled down. This is a general canvas issue and a common solution is step scaling see: https://jsfiddle.net/AbdiasSoftware/M4cTx/ Is...
I would love to have a button I can press to add a separator line, this is just a visual cue it does not alter the tailed file in any...
The latest windows build on https://glogg.bonnefon.org/ is 1.1.4 from 18 May 2017 When can a new version build be expected ? is there anywhere to get windows binaries of latest...
Hi and thx for great work. A lot of the most common words for example 'a' 'at' 'of' etc are not in the the dictionaries (https://github.com/jeresig/trie-js/blob/master/dict/string.txt and https://github.com/jeresig/trie-js/blob/master/dict/succinct.txt) . Is...
is there a way to insert a line break with an outline item ? I tried shift+enter but no success ..
why not use performance.now() instead of Date.now() ?
taken from chromium git: git clone https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries
This PR adds the option of running suggest asynchronously allowing updating the display with results as they come, and stopping a suggestion search midway. Also provides much faster performance and...
case in point - 'australian' is a typo but 'Australian' is not suggested. this is fixed in https://github.com/cfinke/Typo.js/pull/45