Vivien Richter

Results 24 issues of Vivien Richter

I wanted to try out your tool and ran into this error message: ```bash [vivien@vivien-nb ~]$ npx -p github:cho45/kicad-utils kicad-utils sch2svg /path/to/file.sch /home/vivien/.npm/_npx/36935/lib/node_modules/kicad-utils/dist/src/kicad_sch.js:61 throw "schematic format version is greater than...

## Problem **Simple ROMP** has very poor performance on my machine: - around 10 FPS (standalone: `romp --mode=webcam --show -t`) - around 7 FPS (as an module: `from romp import...

__Steps to reproduce__ ``` conda create -n romp python=3.10 conda activate romp pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 pip install simple-romp cython romp --mode=webcam --show -t --onnx ``` __Error...

It would be great to add some instructions about 'How to export joint node postitions and quaternions' easily.

### Operating System Info Other ### Other OS Manjaro Linux, Kernel 5.12 ### OBS Studio Version 26.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL None...

Confirmed

**- Do you want to request a *feature* or report a *bug*?** Feature request. **- What is the expected behavior?** Possible to use `git-gateway` with [CodeBerg](https://codeberg.org) or any other (maybe...

I have currently a _workflow_ with an **build** step and a **deploy** step, that works as expected: ```yml when: - event: push branch: main steps: build: image: node:slim commands: -...

`as_comthreads` **stopped working** since v`1.0.4`. Downgrade to v`1.0.3` works: - https://github.com/Xinne/osc4py3/issues/11 But then i have a lot of other issues like incomplete system shutdown (makes my unittests unusable): - https://github.com/Xinne/osc4py3/issues/2...

## Example script ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- # SPDX-License-Identifier: AGPL-3.0-or-later """OSC bug example.""" # Logging from logging import ( basicConfig as set_logger_config, getLogger as get_logger, DEBUG...

## Problem I am not able to confirm the performance difference between `as_eventloop`, `as_comthreads` and `as_allthreads`, [described in the documentation](https://osc4py3.readthedocs.io/en/latest/userdoc.html#no-thread). ## Results in the documentation * `as_eventloop`: fastest * `as_comthreads`:...