Dan Rose

Results 238 issues of Dan Rose

This polyfill works great for streaming `fetch`es, but it doesn't patch the `ReadableStream` implementation of `Blob` (and by extension, `File`). The following returns a function in Chrome but not in...

## Description Fixes https://github.com/prettier/prettier/issues/16966 Support `.prettierrc.jsonc` as a config file. ## Checklist - [x] I’ve added tests to confirm my change works. - [x] (If changing the API or CLI)...

As mentioned on https://github.com/colcon/colcon-ros/pull/66 , colcon fails to build valid python packages that use pyproject.toml. This includes packages that want to use a setup.cfg without a corresponding setup.py. ``` $...

enhancement

I'm using action-ros-ci on Windows to build. This runs the build inside Powershell (github runner) and bash shell (due to action-ros-ci) There is a true mess of shells: * the...

question

I expect to see useful failure information (e.g. stdout and stderr of the failed command, or even whether the target script exists) but colcon does not expose this info. It...

question

Use logger.exception to format current traceback in an error

in progress

Package identifications test was doing way too much in one test to follow. Split into multiple, more targeted tests and added some additional coverage

in progress

1. Don't continue with testing if an extension crashes 2. Use logger.exception to format current traceback in an error

in progress

http://build.ros2.org/view/Fci/job/Fci__nightly-cyclonedds_ubuntu_focal_amd64/40/consoleText Although the underlying issue was fixed in #317, `colcon test` incorrectly reported that testing completed successfully and was not flagged on CI. ``` Starting >>> rqt [967.160s] ERROR:colcon.colcon_core.task.python.test:Exception in...

bug

Take a package, install it with `colcon build ...`, uninstall it with `colcon build --cmake-target uninstall` and rebuild with the `--package-skip-build-finished`. You will note that the package is skipped, since...

bug
enhancement