Nik Volkov
Nik Volkov
`Caplog` start capturing, but in a specific place capturing is stopped. It reproduces in one test and does not reproduce in the rest. Additional I need `caplog.set_level('DEBUG')` for this test...
When I try to call method `Session.get_screenshot()`: ```py python_1 | File "/usr/local/lib/python3.7/site-packages/arsenic/session.py", line 300, in get_screenshot python_1 | base64.b64decode(await self._request(url="/screenshot", method="GET")) python_1 | File "/usr/local/lib/python3.7/base64.py", line 80, in b64decode python_1...
**Describe the bug** Widgets with a set black color (or without a set value) the first time you click in the color selection canvas, the value does not change. It...
After inastall `sudo python3 -m pip install b2fuse` I try run b2fuse, but exeption occured. ```bash $ b2fuse /mnt/b2-mount Traceback (most recent call last): File "/usr/local/bin/b2fuse", line 5, in from...
I try using pyjsonata, but catch bugs on some valid expressions, like this: ```js ($REPO := $;$DICTIONARIES := $REPO.dictionaries;[$distinct([components.$spread().($COMPONENT_ID := $keys()[0];$BASE_ID := $split($COMPONENT_ID, ".", 2) ~> $join('.');$systems := $.*.($SYSTEM :=...