Roman Inflianskas

Results 100 issues of Roman Inflianskas

I propose to add support for narrow screens (1280x1024 for example) either by adaptive TUI, or by template option.

I expect `termdown` to do this thing: ```shell $ termdown --no-figlet --line 0 ```

I've trained my model (I've tried versions from `master` and `0.0.11` branches) on 10 MiB plain text part of English Wikipedia ([enwiki-latest-pages-articles_10MiB.txt](https://github.com/bakwc/JamSpell/files/2309468/enwiki-latest-pages-articles_10MiB.txt)) and got 41 MiB bin file ([enwiki.bin.zip](https://github.com/bakwc/JamSpell/files/2309496/enwiki.bin.zip)). I'm...

I propose to add support for pronunciations into Aard to make it easy to learn new words by hearing them. I see 4 choices how to achieve this: - Include...

I've added a simple implementation `MxnetObjectDetector` to my fork of videoflow-contrib (https://github.com/rominf/videoflow-contrib/commit/ec843363f7f33947dbd12b0cdf57b765f2013132). I have classes labels in a `MxnetObjectDetector._mxnet_model.classes` as a list and want to pass them to the BoundingBoxAnnotator....

When I build an URL with `yarl.URL.build` I get the URL with partly encoded query: ```python from yarl import URL scheme = 'http' host = 'profile-srv.kama.gs' path = '/oauth/authorize' query...

Sometimes query consists not only of pairs of keys and values but also can contain standalone keys. In my opinion, it's bad, but I encountered this a few times in...