Dan Rose

Results 238 issues of Dan Rose

If you have two packages in a workspace that install files at the same path, the last one wins. More crucially, the user is not informed of this and will...

enhancement

When running `colcon build --merge-install` environment variable paths generally get shorter as packages are merged into a common space. Unfortunately, when combining this with `--symlink-install`, PYTHONPATH gets extended with an...

question

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage

The sidebar links to https://pacquet.io/ which is a dead link. It would also be nice to have a succinct overview, (either in the main readme or at pacquet.io) with a...

The `.frag` file extension is commonly used for glsl shaders, so parsing as javascript gives spurious errors

The `channel` option was documented as not working with GitHub, but it *does* work. Updated docs accordingly.

electron-updater

Contrary to the documentation, pull requests require approval to run. https://github.com/npm/template-oss/blame/d67bd699b759c766ddf5fd5aecd5c024f38dcfad/CONTRIBUTING.md#L32

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior There are multiple significant issues with `spawnWithShell` on Windows: 1. It...

Needs Triage
Bug

While ament_uninstall is supposedly provided for uninstalling packages, often doing so results in a crash as `colcon` processes the packages in topological dependency order, removing build-time dependencies that later packages...

question

Previously, there was no way to close a port reliably with this API. If you open a port, trying to `.close` before it's done opening would throw an error and...