ranko r sredojevic
ranko r sredojevic
OS: Ubuntu 18.04 Python: 3.6.9 A simple experiment: * Open a tw.Watcher(port=). * Try to reopen on the same port (fail + kernel hang). * Try to close the watcher...
# The code I'm using a slightly modified `sum_lazy.py` ```python # create watcher object as usual w = tw.Watcher() weights = None for i in range(10000): weights = [random.random() for...
Hello! What is the recommended way to work with data classes containing `JsonObject` or `JsonElement` fields, i.e., an untyped, open-ended key-value element? Here's a simple example ```kotlin // Metadata.kt import...
Here's a quick implementation, without going into all the details of redis-py/redis-py-cluster. Before spending more time on this, it would be useful to hear comments on 1. tests 2. style/approach....
Currently Client [is a](https://github.com/RedisJSON/redisjson-py/blob/master/rejson/client.py#L27) `StrictRedis` client. This does not seem to work with the Redis Cluster setup (MOVED error due to redirection that is not followed?). Does it make sense...
See if these changes are useful. I use this repo to debug Android DNN demos. I made a few minor changes to speed up comparing results produced on the PC...
I can't work out why the function application `S k == S j = True` does not reduce to `k == j = True` during interactive proof in function scope....
## Version of Singularity: 3.2.0-1 ### Expected behavior An example of how to properly add an ACR as a remote? ```bash singularity remote add devhub .azurecr.io singularity remote login devhub...
## Which Document page: [Env and metadata](https://www.sylabs.io/guides/3.2/user-guide/environment_and_metadata.html) ### Expected results: Explicit treatment of env scoping. ### Actual results: What happens when a var exists in the container we use for...
### Description of the bug: It is unclear how to run GUI tests. For example ``` bazel test //:my_gui_test --test_arg=--enable_display=true --test_env=DISPLAY --test_output=all ``` where `:my_gui_test` contains ``` if (glfwInit() !=...