Mike Purvis
Mike Purvis
Some limitations of the "popularity" based approach for automatic layering: - It can only think in single store paths, rather than recognizing clusters that make sense to group together. -...
This is an odd one that shouldn't be an issue for "normal" use cases, but would be nice to have fail more gracefully in exceptional ones. Basically, I'm using `pullImageFromManifest`...
### Describe the issue Is there a place that discussion is taking place about how to manage the information in `build-systems.json`? I love `poetry2nix`, but every project I've packaged using...
Addresses another bit of spam we encountered migrating our ROS 1 codebase to Python 3.11: ``` /nix/store/yvhwsfbh4bc99vfvwpaa70m4yng4pvpz-python3-3.11.8/lib/python3.11/distutils/cmd.py:62: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead,...
Without this change, Python 3.11 platforms get this on every build— not just of `catkin` itself, but every package that uses it: ``` /home/mikepurvis/roslib_ws/install/share/catkin/cmake/interrogate_setup_dot_py.py:43: DeprecationWarning: The distutils package is deprecated...
Without this change, every catkin package built spams this into the log: ``` CMake Warning (dev) at /home/mikepurvis/roslib_ws/install/share/catkin/cmake/python.cmake:4 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are...
An initial piece of [this much larger proposal](https://discourse.ros.org/t/proposal-for-gnuinstalldirs-use-to-enable-multiple-installspaces/29182). I don't yet have a REP or an end-to-end demonstration of what is being achieved here, but the changes as they stand...
Version of sixpair which pairs both sixaxis and navigation controller: https://github.com/mikepurvis/joystick_drivers/blob/hydro-devel/ps3joy/src/sixpair.c If you'd consider merging it and doing a new release to the PPA, I could create a PR to...
Is there a reason this isn't on by default? See: https://github.com/falkTX/qtsixa/blob/c2f4ed9ee5646aefa68fb44fa14eda0460f02e66/sixad/shared.cpp#L124 It would be helpful to understand how this detection works, and whether it would be reasonable to enable it...
The present init script, used on Ubuntu/Debian, can fail if the controller comes up before the hci device is available (or is enabled by connmand). The script is presently a...