rydb

Results 12 comments of rydb

> Thank you for your report. > > I think the issue might be with a recent regression in _pynput_ rather than something related to virtual environments. Are you certain...

> Try updating to 1.7.6 Fixed it for me any sample code to look at?

> ### Workaround: > Adapt CMakeLists.txt line 62 to 89 to accept armv7l like: > > ``` > 82 elseif (_ARCH MATCHES "armv7l") > 83 set (MMK_ARCH "arm") > 84...

> I'm not too sure about this default, it seems the docs specify that the default should be 0 if unspecified ([here](https://wiki.ros.org/urdf/XML/joint)), This also seems to be the behavior for...

> Can you check if [this branch](https://github.com/luca-della-vedova/urdf-rs/tree/luca/quick_xml) fixes it? Can you make the version requirement of thiserror looser? I can't test urdf-rs due to the below cargo error. cargo check...

> Hello! > I want to filter the Components that are shown in the editor, so I only show specific component types that I have marked as visible. I have...

> Is there currently any workaround for using signals across multiple windows? you could keep mutations to your data behind functions on newtype holders and have the value inside a...

> Definitely possible. > > Which parts would you like to reuse? > > * The `RestrictedWorldView` could definitely be a standalone crate > > * the `InspectorOptions` derive and...

tried to test the check failures locally with act and I'm getting these two errors ``` [Tests/Run test] ❗ ::error::Input required and not supplied: token [Tests/Run test] ❌ Failure -...

> tried to test the check failures locally with act and I'm getting these two errors > > ``` > [Tests/Run test] ❗ ::error::Input required and not supplied: token >...