Results 13 issues of Dmitry Savenko

Hi, This PR adds the `CORSANYWHERE_USERAGENT` env var to overwrite user agent.

Can I configure Google session lifetime? It's a couple of hours or so. After that the user's automatically asked to re-login. I'd prefer the session to last nearly forever, as...

Hi, Just a question. If I do ```javascript remoteStorage.caching.enable('/a/') remoteStorage.caching.disable('/a/b/') ``` I expect caching will be enabled for `/a/` and everything inside of it, but **not** for `/a/b/` and everything...

docs

Hi, I've done installation, and trying to do the demo as described in README. I downloaded `model_checkpoints.tgz`, untar it. Now, I'm running `python ./src/demo.py`. It works as expected with the...

Hi, This PR makes the demo compatible with Python 3 (without losing compatibility with Python 2), and also fixes an issue with the new argument order of `tf.concat`.

Hi, `ck detect soft:compiler.java` may not set `JAVA_HOME` properly. It searches for `javac` and may find a symlink `/usr/lib/javac`. If this option is chosen, `JAVA_HOME` is set to `/usr`. In...

bug

Hi, In `only_for_host_os_tags` and `only_for_target_os_tags` Windows has to be defined as `windows`. In `soft_file` Windows has to be defined as `win`. Better have the same value everywhere.

enhancement

Hi, On Raspberry Pi 3, the command ck detect platform prints the following: ``` ... *************************************************************************************** Detecting system features ... Platform name: Platform vendor: Platform model: ```

Hi, On Raspberry Pi 3, the command `ck detect platform.gpu` prints the following: ``` $ ck detect platform.gpu Executing: lspci > /tmp/tmp-ck-HIVpbV pcilib: Cannot open /proc/bus/pci lspci: Cannot find any...