Tyler Compton
Tyler Compton
Making an SDL2 implementation for Go would be great, but we probably shouldn't reinvent the wheel when we don't have to. In the case of sdl-ttf, that would be a...
Package names like `server`, `client`, and `config` make a lot of sense for internal development of FRP, but are too generic when FRP is used as a library in another...
The current marshalling and unmarshalling functions in the jsonapi subpackage operate on byte slices exclusively. I think it would be very convenient if there were functions available to operate on...
With an official dependency management solution coming, I think it would be cool to see release tags on this repository. I'm not sure exactly how this should work, since this...
As of now, the `README.md` indicates that the current supported version of roslibjs is 0.20.0, which would be a shame considering that release is over three years old. Luckily, the...
All other ROS components are available as APT packages, and this project should be too! The package would probably be called `python3-colcon-poetry-ros`.
#38 introduced a way to explicitly communicate dependencies between Colcon packages. The documentation in the README should be updated to reflect that.
When dependency installation was moved out of build and test commands, we lost the ability to install test dependencies. The solution here is probably to make `colcon_poetry_ros.dependencies.install` optionally install test...
Right now, the test task defined in this extension is a thin wrapper around the Python test task defined by colcon-core, but with PyTest forced on. However, looking at the...