Sergei Sergienko

Results 20 comments of Sergei Sergienko

Just started to use `micromamba` and absence of `--clone` functionality forces me to go back to `mamba`. Please, add `--clone` flag to `create` command, it is very important for environments...

Hi, @andresinsitu! It would be nice if you make PR with "Undo" (and maybe "Redo"?) functionality, because currently I don't have strong opinion on how to implement that.

I found link to this issue in [lidar example](https://rerun.io/examples/robotics/lidar) and it uses matplotlib for colormaps. There is colormap python lib that has single dependency on numpy: [cmap](https://github.com/tlambert03/cmap) (no need to...

There is how `zedx.stl` looks like in `meshlab`: ![image](https://github.com/user-attachments/assets/d0224799-2eae-444b-b3c4-75ffe041dca8)

Thank you for suggestion! There is also SAM2 framework which I want to put my hands on when I have some time.

I just found out that if I put ```docker RUN apt update && apt install -q -y --no-install-recommends \ libgtk-3-dev \ libxkbcommon-x11-0 \ vulkan-tools ``` inside Dockerfile, I get error...

I used latest 0.22.1 version, after downgrade to 0.17.0 it runs fine without manual apt install.

@Wumpf interaction with 2D and 3D views in container works fine for 0.17.0. Where shoulld I export ICD? On host or inside container? If container, then I don't even have...

@jleibs interesting, I had to use `prime-select nvidia` previously, now switched to `prime-select on-demand` and your Dockerfile+run command worked fine for both 0.17.0 and 0.22.1 - gui starts without errors....

@jleibs to be clear, using your instructions (Dockerfile + run script) works only for `prime-select on-demand`, while choosing `prime-select nvidia` throws error for your instructions. Error message for `prime-select nvidia`:...