Rufus Wong

Results 12 comments of Rufus Wong

I don't think this was ever fully fixed even though it has been closed as fixed a couple of times https://github.com/VSCodeVim/Vim/issues/730 https://github.com/VSCodeVim/Vim/issues/831 https://github.com/VSCodeVim/Vim/issues/1195

Is this feature (`JointPositionReset`, `JointVelocityReset`) exposed anywhere? Something similar to the [infamous `-J` option](https://github.com/ros-simulation/gazebo_ros_pkgs/issues/93) in classic gazebo or the `/gazebo/set_model_configuration` ROS service call?

FWIW, currently, the default `python3-pip` package offered by Ubuntu 20.04 is `20.0.2` which is incompatible (Drake requires `pip >= 20.3`). If not installing through a virtual environment (not recommended), the...

Issue is still happening. This is causing the resurrected vim's clipboard to not work and also making GUI applications fail I tried the following to no avail. ``` run-shell 'DISPLAY=$(cat...

Possible duplicate of https://github.com/ros-planning/moveit2/issues/1465 or https://github.com/ros-planning/moveit2/issues/1476, make sure you have the most up to date humble branch and clean build

This is also happening for `ign_ros2_control`. Though in this case, the symptom is an assertion fail ``` [ign gazebo-2] ign gazebo server: /opt/ros/galactic/include/rcppmath/clamp.hpp:41: constexpr const T& rcppmath::clamp(const T&, const T&,...

My guess is that setting `editor.selection` [here](https://github.com/ryu1kn/vscode-text-marker/blob/master/src/lib/commands/go-to-highlight.ts#L36) automatically triggers visual mode. The same happens when making a selection by dragging the cursor while clicked. Perhaps a simple solution would be...

Unfortunately, the line number becomes less useful if the expectations are set in a method that gets called in different places

I second this being an option. I have a very keyboard heavy workflow with multiple monitors, often with tiled windows. I rely on this extension to know which window is...

@J-Fields Friendly ping, is there anything missing from this PR that's blocking merge?