Achille Verheye

Results 143 comments of Achille Verheye

Can confirm this works on Ubuntu 24.04 with Firefox.

I agree with this. Also when the PR hasn't been merged, the check will fail, which is also not great if you're requiring all checks to have passed to allow...

Consider making a PR since it's a good default :wink: If not, I can make one

@mrgrain I can confirm the fix in #133 works and didn't need any custom bash scripting, ICYMI.

Appreciate the suggestions, but I frankly don't want to try a different tool.

Confirmed this is working with epub file from the above link!

added a reproducible example [here](https://github.com/Achllle/devcontainer_issues)

Thanks for reporting this! I just tested this in #10 where the `is_normalized` function works as follows: ```python return np.isclose(self.q_r.norm, 1.0) and np.isclose(self.q_r.w * self.q_d.w + np.dot(self.q_r.vector, self.q_d.vector), 0) ```...

Considering the ROS 2 version of this effort, [node_idl / NoDL includes them in their spec](https://github.com/ubuntu-robotics/design/blob/node_idl/articles/ros2_nodl.md#parameter), I would argue this is a must-have for a complete spec. It's fine by...