Felix Kloss
Felix Kloss
Allows using a .clang-format file from an arbitrary location (i.e. does not need to be in the project directory or parent). This is done by loading the file and passing...
[//]: # (Thank you for reporting an issue for catkin_tools!) [//]: # (Please fill out the details below so that your issue can be resolved quickly!) [//]: # (If you...
I have a project where `breathe_default_members = [..., "undoc-members"]` is set (and I need to keep it like that). However, at some place in the documentation, I'd like to add...
I'd like to try out fman on Ubuntu but are generally hesitant to add third party sources to apt if it can be avoided (as this has caused me trouble...
mjcf2urdf depends on six but it is not listed requirement in `setup.py`. Steps to reproduce: 1. Install with pipx (this uses an isolated venv): `pipx install mjcf2urdf`. 2. Run: `mjcf2urdf`...
#### Minimal, reproducible code sample, a copy-pastable example if possible Run the following twice: ```python import zarr if __name__ == "__main__": foo = zarr.open_group("/tmp/foo.zarr") if "bla" in foo.attrs: print("after loading:",...