solderdev

Results 4 issues of solderdev

After selecting a new shape category with "More Shapes.." the shapes are listed in the left sidebar. Now edit/save/close the current document and open it again. The previously additionally selected...

Hi! This code: `gopro = GoPro(target=f".*1234")` `gopro.open(timeout=5,` retries=3)` ignores the provided timeout and retries parameters in function: open_gopro/ble/client.py:100 --> self._find_device() Call stack: open, client.py:100 _open_ble, gopro.py:528 open, gopro.py:363 This causes...

bug
python_sdk

Hi! Whenever i update (drag down the list to refresh news), my owncloud server reports the following in journalctl: > Jun 22 09:49:31 srv nginx[456]: 2016/06/22 09:49:31 [error] 12264#12264: *25835...

### Describe the bug I'm running a microservice stack in docker compose using zenoh for communication. I noticed timeouts with 0.11.0 and tried the 1.0.0.5 alpha (same for 1.0.0.6a). Still...

bug