N. Jourdane
N. Jourdane
**Is your feature request related to a problem? Please describe.** I find very difficult to define affect a key with the current GUI, by clicking the `Pick a key` button...
This way a user could manually place participants windows where he wants on its desktop, its more flexible. This also allow a user to capture participants video independently with a...
Similar to `--omit` option in [coverage.py](https://coverage.readthedocs.io/en/latest/source.html#execution), this option could be used to ignore some specific files. Ignoring files can be done with a `.coveragerc` file, but many developers don't want...
I can not create a window with transparent background with PyQt. On my other other computer which runs Manjaro it works well, but not on my current, which runs Kubuntu...
There are many interesting pull requests on this project, however there is no activity on the master branch for 3 years. So I would like to know the status of...
Here is the code sample from the readme: ```py async with Client("test.mosquitto.org") as client: async with client.filtered_messages("floors/+/humidity") as messages: await client.subscribe("floors/#") async for message in messages: print(message.payload.decode()) ``` I don't...
Instead of using the rotation control transform, one intuitive way to rotate bones could be to click on them, them drag it to the target rotation. Since there are 3...
Local rotations are more intuitive than global rotations. Maybe a toggle switch can be added in the UI to allow global rotations, just like [in this example](https://threejs.org/examples/?q=transform#misc_controls_transform).
[Poetry](https://python-poetry.org/) is a dependency management tool for Python similar to pip. While I have no problem for any other packages, Casadi installation fails (`Unable to find installation candidates for casadi...
I try to export a simple gltf file of an assembly: ```py box = cq.Workplane().box(1, 2, 3) asm = cq.Assembly().add(box) cq.Assembly().add(box).save('box.gltf') ``` The script outputs: RWGltf_CafWriter skipped node 'c44caed6-33fd-11ed-94b0-bf8faf8ebb27_part' without...