Rick Staa

Results 1034 comments of Rick Staa

@3nuc Thanks a lot for your comment! The `"keepProfileChanges": True` argument indeed solves the problem of the extensions not appearing. The `["no-remote"]` firefox argument, however, breaks the automatic URL forwarding....

I now receive the following error when trying to build #1626 from source on ROS noetic: ```bash /home/ricks/Development/work/test_panda_moveit_config_ws/src/moveit/moveit_planners/trajopt/trajopt/src/collision_terms.cpp:498:73: error: array must be initialized with a brace-enclosed initializer 498 | Eigen::Vector3d...

@ocket8888 For my workflow, I modified this action into a composite action. Now I can compile, and setup all the required dependencies before the sphinx-build and commenting script are run....

Still broken in 1.63.2. I assume this extension is no longer maintained. For future reference, I found the [following alternative](https://github.com/fabiospampinato/vscode-open-in-github) that seems to work perfectly.

@sdras Great! Thanks for letting me know. I merged the upstream into my PR, so the test should work now.

I think I found the problem. It looks like that the problem happens when the groups before the end group are not full enough (see gif). In that case, it...

Amazing! Thanks a lot! Looking forward to the next release 🚀.

@cruzach Thanks a lot for the fast response! I indeed forgot to add that step in the reproduction step. I however tried both clicking the pop-up and the notification. I...

@cruzach Thanks a lot for your fast response. Ah yea, I saw you comment in [this forum post](https://forums.expo.dev/t/push-notification-doesnt-open-specific-screen-when-app-is-killed-works-only-in-foreground-and-background/53890/8) that mentioned that limitation. It makes sense since the expo go app...

@cruzach Thanks for the information, I will compare the two examples and report back to you.