cmroanirgo
cmroanirgo
I notice a few bugs (#188, #139) citing Chinese is not supported. Fair enough, but do you know of *any* JS libraries supporting CJK? (I came across https://github.com/kekee000/fonteditor-core some time...
(If this is well covered, pls forgive me , I'm a n00b to atom... but this existing functionality is a complete deal breaker in using atom as an editor) The...
Hi, I've been using rel7 on older versions of OSX 10.8+ for a few years while without any issues. However, when I upgraded to 10.13 USB tethering stopped working, so...
I'm having trouble figuring out how to use `sortBy()` or `orderBy()` with `with()`: This works fine: ``` db.tables.where('someIdx').equals(someIdx) .with({other: 'otherId'}) .then(function(results) { ... }); ``` Adding sortBy fails: ``` db.tables.where('someIdx').equals(someIdx).sortBy('date')...
If an epub has a link embedded, it doesn't work. The hand cursor never shows for it.