Erki Suurjaak
Erki Suurjaak
First of all, thank you for this library, a very handy cross-platform solution to a very common need. What do you think about adding support for keyboard shortcuts, i.e. underlined...
Example run: ```python import cmakelists_parsing.parsing as cmp cmp.parse("""include_directories( # aa include )""") ``` Result: ``` Traceback (most recent call last): File "", line 1, in File "/home/user/.local/lib/python3.8/site-packages/cmakelists_parsing/parsing.py", line 50, in...
**Operating system**: Ubuntu 22.04 **wxPython version & source**: 4.0.7 gtk3 (phoenix) wxWidgets 3.0.5 (installed with `apt install python3-wxgtk4.0`) **Python version & source**: Python 3.10.4, stock **Description of the problem**: Changing...
**Operating system**: Windows **wxPython version & source**: 4.1.1 msw (phoenix) wxWidgets 3.1.5 (pip-installed) **Python version & source**: stock 3.8.10 **Description of the problem**: When given a string containing multi-byte Unicode...
First of all - a very nice tool! Rather handy for getting a quick overview of system state. You probably have your own backlog already, but here are a few...
If a bag contains message types with identical MD5 hashes, reading from the bag can return message instances with the wrong type for the topic. Example: ```python import genpy.dynamic, rosbag...
Please add the following dependency to the rosdep database. ## Package name: `rosros` ## Package Upstream Source: https://github.com/suurjaak/rosros ## Purpose of using this: rosros is a wrapper library for providing...
Fixes #952. Ought to be back-ported to Galactic and Foxy as well.
## Bug report **Required Info:** - Operating System: - Ubuntu 20.04 - Installation type: - binaries - Version or commit hash: - ros-foxy-rclpy 1.0.8-1focal.20220209.144341 - Client library: - rclpy ####...
With regard to issue https://github.com/mikeferguson/code_coverage/issues/30. To use Clang coverage tools (llvm-cov), user will need to specify: ``` APPEND_COVERAGE_COMPILER_FLAGS(COMPILER clang) ``` Existing workflows remain the same as they were, no arguments...