Irek M
Irek M
### What happened + What you expected to happen With config `region: us-east-1` - always the last AZ is selected (`us-east-1f`) for AWS spot request. When I list all AZs...
`This browser or application can be insecure. Try using different browser` window appears after entering Google login. But I can't use different browser because ODrive embeds some browser. This basically...
Test containers library has recently added support for `withReuse(true)`, which makes test startup faster, unfortunately I can't find any way to enable this option in this library.
I use Ubuntu 18 and Intellij 2018, installed Haxe as described in https://haxe.org/download/linux/ Now I'm unable to use Haxe standard libraries (located in /usr/share/haxe), whatever I choose in classpath configuration....
```python task = Task.init(project_name="...", task_name="...", reuse_last_task_id=False) ... subtask = Task.clone(task) Task.enqueue(subtask, queue_name="default") ``` Gives subtask failing with ` trains_agent: ERROR: Can not run task without repository or literal script in...
```python task.set_parameters(abc=123) // wrote an int print(type(task.get_parameter("General/abc"))) // str print(type(task.get_parameter("General/badparam", 456))) // int ``` This is completely counterintuitive. Whatever I write, I should always read the same, no casting to...
Currently I add the following to `setup.cfg`: ``` [mutmut] runner=sh -c 'pytest --exitfirst --inc "$@" || [ $? = 5 ]' - ``` However it would be good to have...
Eg during running `python3 main.py --type A2C --env CartPole-v1`: - many libs are missing (opencv, pandas, tensorflow); I installed some versions, but they seem incompatible, also Python 3.7 seems incompatible...