Will

Results 36 comments of Will

@yyoncho Can you please see my fix in https://github.com/emacs-lsp/lsp-docker/pull/40 ? Do you have any input?

I have the same question. I try `lsp-find-reference` and get this error ``` Warning (lsp-mode): Failed to process xref entry for filename ’/docker:my-docker-langservers:/opt/ros/melodic/include/rosconsole/macros_generated.h’: Method ‘docker’ is not known. ``` The...

Yes, that is the fix for handling the xref uri. However, I now have this issue: https://github.com/emacs-lsp/lsp-docker/issues/29 I have a branch that I am using to test a fix.

> What I had in mind was your 3rd option. Using shared_ptr is an easy approach, but it doesn't reflect the semantics of stage pointers: they cannot be shared across...

If stages cannot be shared across several containers, it sound like we have a hierarchical structure. I think that can be enforced by ensuring each stage has no more than...

Another workaround that I find helpful in having more control over gtest is to first build the test target and then run the tests manually. So assuming I have a...

I think that there is an underlying problem with `ament` if packages are not installed correctly to work with macOS. Changing the module distribution configuration for these packages alone seems...

@jtbandes I just opened #745 to show a test that reproduces this issue. I chose the rate and message size and number of subscribers as a starting point that showed...

@jtbandes I have tested the changes in https://github.com/RobotWebTools/rosbridge_suite/pull/741 and when I am on that branch I am unable to reproduce the issue I have observed. I think that in addition...

I don't know of any recent attempt. Maybe @jtbandes or another maintainer would know otherwise?