Vivien Richter

Results 24 issues of Vivien Richter

## Code Using the [code from an old closed issue](https://github.com/Xinne/osc4py3/issues/4#issue-344236264) as an example for testing: ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- """``osc4py3.as_comthreads`` example.""" # Logging from logging import...

## Request It would be very useful, if VSeeFace supports [scale and offset for root transforms according to VMC protocol specification v2.1](https://protocol.vmc.info/english#root-transform). You just need to activate the `Root Scale...

Currently i am writing [VMC protocol support for ROMP](https://github.com/Arthur151/ROMP/issues/193), as you know. The communication seems to work sometimes. But sometimes VSeeFace ignores the data and instead resets the pose: ![VMC_protokol](https://user-images.githubusercontent.com/1502082/173229726-64df3891-f330-441e-b0c7-58d45d7653e6.png)...

The `ide-cpp` package in Atom needs the compilation database (`compile_commands.json`) to work properly with Arduino code. This feature is now implemented in `arduino-cli`, please see: https://github.com/arduino/arduino-cli/issues/849#issuecomment-770390848 So it would be...