mjbogusz
mjbogusz
No, thank __you__ for the module ;) Even with the small problems it's quite helpful and I can see how many weird edge cases it already covers. As I'm hitting...
I stopped poking around the code that suffered from this issue, but I've recently found this, seemingly related, issue: https://bitbucket.org/ignitionrobotics/ign-cmake/issues/40/cmake-cannot-parse-ignition-math4-ignition Looks like a classic case of global namespace pollution. Perhaps...
Cross-ref https://github.com/ros2/ros2cli/issues/534
If I understand correctly, this solution relies on checking whether functions `compdef` and `complete` exists and assumes that if so, then they must have been called. This MIGHT conflict with...
Ref https://github.com/ros2/ros2cli/issues/534 Another approach: https://github.com/ros2/ros2cli/pull/750
Maybe rather than removing the `compinit` call it should be replaced with a check and call? As far as I've tested, `compinit` sets the variable `_comps`, so it could be...
There's an issue for sync: #336 and a temporary solution in #287 (import/export): https://github.com/darktrojan/newtabtools/issues/287#issuecomment-346503502
As Darktrojan said here: https://github.com/darktrojan/newtabtools/issues/287#issuecomment-348427477 you can now backup/restore using the beta. And it's much cleaner, nicer and more complete solution - mine was only a quick hack. So, either...
As https://github.com/ros2/ros2cli/pull/750 was merged I'm removing the draft status.
Reversion of [7d3c6b9](https://github.com/raspberrypi/userland/commit/7d3c6b9f4c3ddeecefdeb2b882bada74a235249b) had the side-effect of removing the `raspistill`, `raspivid` and other binaries from the `libraspberrypi-bin` package in RaspiOS 64 (since the `20200813` version) There is a workaround of...