Slavko
Slavko
There are no localized titles it the sidebars, eg. "Navigation", "Next", etc. It looks bad, when whole sphinx-doc is localized, but final web page is not and one need to...
I often see, that the URL recognized in bad manner. For example, here is text: sftp://raspi.skk. (dot at the end). The url is recognized as "ftp://raspi.skk." - with dot at...
Please, add possibility to change window icon via command line options. I am using some shell tools, which all are opened in own window. When there is more liliterm windows...
I have `svgleaner` binary inside of `/usr/bin`: ``` which svgcleaner /usr/bin/svgcleaner ``` It works: ``` svgcleaner -V svgcleaner 0.9.5 ``` But `svgcleaner-gui` reports, that it cannot find it -- shows...
Hi, i installed syn server and i was success to run it from console and sync with linux's and android's anki. But i want to serve it behind uWSGI (and...
Please, this is a nice GnuPG frontend, but selection recipients (for async) from multiselect dropdown can be nice, to prevent going to the shell and list keys from GPG. Thanks
When i try to remove all devices (by command from README), my kernel stuck, in logs i found: ``` Mar 18 22:55:59 [44248.147927] BUG: unable to handle kernel paging request...
Hi, i tried your SW (1.2.0) and it seems to work, but when i want to see my [Sphinx's](http://www.sphinx-doc.org) repo i have problem to see the Sphinx's RST files. The...
After update to 0.9.0, generation of the Atom fails, if Summary is created via description. Here is minimal example: ```python from feedgen.feed import FeedGenerator fg = FeedGenerator() fg.id('http://lernfunk.de/media/654321') fg.title('Some Testfeed')...
Current implementation uses normalized values (constrained inside min/max), but this is not always desired. Eg. i use it for displaying sensor values, the gauges are constrained to display interested range,...