Frank Kusters
Frank Kusters
Yes. In README.md this is mentioned: `The main repository is at https://github.com/root-project/cling`.
> After a bit more searching, I can now see this grouping happens by fragment content [here](https://github.com/twisted/towncrier/blob/master/src/towncrier/_builder.py#L173). Some comment/documentation should be added to reflect that this is possible and this...
> I have run into this problem as well, it looks like it is an issue with intervals that are smaller than 1 second. > > https://github.com/giampaolo/psutil/blob/5a76cfadcabf37f65f0d70e4c5b7493478b53c2c/psutil/__init__.py#L1800-L1804 > > >...
Instead of running `eval "$(register-python-argcomplete3 ros2)"` every time after sourcing `setup.zsh`, I made a modification in `/opt/ros/galactic/share/rosidl_cli/environment/rosidl-argcomplete.zsh`. I removed/commented the line: autoload -U +X compinit && compinit Then `ros2` tab...
@hardesh I think [I was on to something](https://github.com/ros2/ros2cli/issues/534#issuecomment-988824521) with `compinit` being called too often. What I hadn't tried to figure out is why `compinit` is being called in `rosidl-argcomplete.zsh`, where...
Should `autoload -U +X compinit && compinit` be removed from the ROS/colcon `*argcomplete.zsh` files then? To me it makes sense for these commands to reside in `.zshrc` - it's up...