Sebastian Grans
Sebastian Grans
Microsoft prevents PyLance language server from running in unofficial builds, but an easy workaround is to modify `product.json`. See #892. I added instructions to the Docs.
# Steps to reproduced 1. Go to the Outdated list. 2. Press `Cmd-a` to select all. 3. Click the update button and `Yes` 4. Receive error: ``` zsh:1: unknown file...
**Describe the bug** The [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) feature of VS Code does not work with the Open3D library when using the PyLance language server in VS Code. **To Reproduce** Steps to reproduce...
I was trying to run a Docker image based on ubuntu 20.04 on a machine running 22.04 which resulted in the GPU not being detected. Is it possible to make...
When I try to install OpenEXR via pip I get the error shown below. Any recommendations on how to resolve this? Edit: I forgot to mention: * MacOS 10.14.6 *...
After establishing a `StateConnection` with the robot, there's a moment before any state packets have arrived. This causes the internal variables to be `None` which is annoying to deal with....
I've created a workflow that is executed on pull requests. I runs `black --check` on any new or modified python files. I left some `echo` statements in the shell script...
Currently, the only point of the `Motion`, `State`, and `IO` classes are to call their corresponding `Connection` instance. What was the initial idea behind this design decision? I propose we...
Hey! Thanks for making this plugin! It's great! There's one issue in the library that I found a fix for. It's not breaking anything, it just makes my static analyzer...