itkach

Results 38 comments of itkach

I like the idea to make it easier to filter lookup results by dictionaries. Maybe long tap on a list item can highlight all results from corresponding dictionary and activate...

> It would be better to assign the colours within the Aard2 GUI I agree. Adding ability to assign color to dictionary in dictionary list doesn't sound too complicated.

> show to be the opposite > on an e-ink ereader Looks like e-reader has the inverted notion of what's "light" and "dark". Not sure what can I do about...

> Something like this? Sort of, but then all returns in doLookup need to return deferred, otherwise empty input results in error ``` Uncaught TypeError: Cannot read property 'done' of...

> But then there's either nothing to activate, or worse, the old top result. You can make the same argument about your `down` key handling. > Typing lookupWord … wait,...

> Press left article while focus is on article → return focus to results list (without clearing the open article whistles) This doesn't work well with horizontal scrolling, which shows...

I pushed initial port to Python 3 in py3 branch, and it sort of works, however I ran into this issue: https://github.com/djc/couchdb-python/issues/281. It seems that ultimately CouchDB is the project...

> Would it not be useful to have a parameter --end It may be useful in some scenarios. But it only work when the list of titles is sorted. That's...

Overriding command for tzindex image to add a delay appears to fix it, like so: ``` ... indexer: ... command: ["sh", "-c", "sleep 10 && tzindex run"] ```

> As workaround you can specify a database path as command line argument -p path/to/database/files Indeed, that should work, but requires a somewhat tedious scripting to coordinate services startup -...