Igor Hatarist

Results 12 comments of Igor Hatarist

Also, a way to change the background opacity. Usually it's opaque black background, but EasySubs currently implements either transparent background or a 50% opaque one.

I'll try to test it in Windows and make it work, but it's a low priority for me since I got used to *nix. For now, you could disable syntax...

I haven't found a way for prompt_toolkit to behave like that :( both ipython and ptpython have the same issue, too. Perhaps, a custom keyboard shortcut to copy the current...

the current prompt library, prompt_toolkit, behaves as a readline alternative (a pretty awesome one, until it comes to copying the input/output without the forced softwrapping): related issues: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/709 https://github.com/dbcli/pgcli/issues/432#issuecomment-402565690 could...

Autocompletion should get the list of supported functions/datatypes/whatnot from the server The lists are currently hard-coded in the `clickhouse_cli/clickhouse/definitions.py`: - `FUNCTIONS`, `CASE_INSENSITIVE_FUNCTIONS`, `AGGREGATION_FUNCTIONS` -> `SELECT * FROM system.functions;` (should also...

Wow, thanks for the feedback! Just to clarify If I got it: you have a table with some Decimal columns that have a high precision (say, 10): ``` :) select...

> even uncompresses files on the fly There's better! ClickHouse [supports](https://github.com/yandex/ClickHouse/blob/master/dbms/tests/queries/0_stateless/00302_http_compression.sh) gzip and zlib/deflate compression for the incoming data, so I added .gz file support - the client will send...

Nope, it's not possible to send the file directly as, well, the file (as in multipart/form-data) since it will handle that as a file that is to be uploaded in...

You could try tvQuickActions ([free](https://play.google.com/store/apps/details?id=dev.vodik7.tvquickactions.free&hl=en&gl=US), [pro](https://play.google.com/store/apps/details?id=dev.vodik7.tvquickactions&hl=en&gl=US)), but I'm not sure if Bravia's remote is supported. It works for a Mi Stick remote for me.

Sure, if it works out for you guys! At first I actually wanted to get rid of the stickers completely :) Thanks for your time!