Kroppeb
Kroppeb
### Checklist - [x] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [x] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
**Describe the Bug** Git graph adds weird keybinds that are configured in settings and are limited to `CTRL/CMD + ` instead of them being configured through vscode's keybind menu. These...
So we had this code snippet in our codebase: ```python async def connection_ok(self): try: await self._client.check_connection() return True except Exception: return False ``` We had a reconnection loop, quite similar...