Gabriel Staples

Results 219 comments of Gabriel Staples

## how to show line numbers 1. My `git diffn` program shows line numbers in git diff files: https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/useful_scripts/README_git-diffn.md 2. You can show line numbers in any text file you...

Note, when I run `make`, here's the build error output, which led me to search until I landed on your repo here. Apparently this driver is only functional with old...

This issue can be closed. I just installed Markdown Here from the Chrome store minutes ago and used it for the first time ever and it works in the latest...

(Doesn't work in the new Google Sites though): https://github.com/adam-p/markdown-here/issues/574

It looks like the original fork is no longer being maintained, so I thought it would be a good idea to point people to the most active fork today, which...

Note: what I'd reeeeaaaally like to see this work with the most, however, is the character-by-character diff highlighting, like this: ```bash git diff --word-diff-regex=. # good # And: git diff...

Are you able to download bagpy manually (https://pypi.org/project/bagpy/#files), copy it to those machines with a USB thumb drive, and then use the ros_readbagfile.py program as-is? I really don't want to...

You don't need all of ROS for python 3, just the rosbag module I think. I think `sudo pip3 install bagpy` is how I got that for myself.

A few notes to summarize what I'm saying clearly: 1. I do not want to make the code Python 2 compatible. That's going backwards. 2. I *do* want to help...

If anyone is curious, here is the last Python2 version of `ros_readbagfile.py` (from commit `3a2275430f3d7c002dbfc608a3d091b2beffcf63`) just before I upgraded it from Python 2 to Python 3: https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/3a2275430f3d7c002dbfc608a3d091b2beffcf63/useful_scripts/ros_readbagfile.py So, that version...