Stavros Ntentos
Stavros Ntentos
## Description Replication (for me) is quite simple: - Open a file (Gutter may or may not load) - "play around" with a file Results: - Gutter output "does not...
**Describe the bug** I tried to import my subscriptions. _For some reason_, the subscription file downloaded was a CSV, not a JSON - so I tried importing that instead (thinking...
If I'd like to use the HOCON conf as "primitive python types", is my only solution to do something like e.g.: ```py def HOCONtoPythonObj(obj): return json.loads(HOCONConverter.to_json(obj)) ``` myself?
I'd like to parse-save multiline configuration, but keep it in a pretty-ascii text too. For multiline strings, the equivalent of `config : |` in yaml would be a nice addition...
I has come to my attention that the `apt-key` practice (as well as the `trusted.gpg.d`) are not recommended by the Debian team (https://wiki.debian.org/DebianRepository/UseThirdParty#OpenPGP_Key_distribution), and instead `deb [ signed-by=... ]` is...
**Is your feature request related to a problem? Please describe.** When I see an error I'd like to ignore, I'd love it if the plugin would provide the warning ID...
Signed-off-by: Stavros Ntentos
I am not sure how the method is working, but, at least the application appears in `px aux`: ``` sntentos@optiplex-9010 [2018-05-11 10:24:24]:~$ ps aux | grep 'zoo[m]' sntentos 20751 0.0...
I am seeing a bug related to https://github.com/slgobinath/SafeEyes/issues/121 When I am on secondary monitor _according to BIOS priorities_ (because otherwise ~/.config/monitors.xml has no primary monitor set), Safe Eyes only appears...
Even though they don't amount to anything useful, I'd like to keep around my global stats: ```python { "last_screen_time": -1, "no_of_breaks": 13113, "no_of_cycles": 1185, "no_of_skipped_breaks": 33, "safe_eyes_start_time": "2019-04-01 13:16:09", "total_idle_time":...