Paul Traina
Paul Traina
The following plugins are candidates for removal/replacement from hangoutsbot/plugins: These plugins could be standalone programs that use the spawn interface. There is no need to maintain them as part of...
The bot commands are a cruel hazing ritual for new admins. We need to clean them up to make them more intuitive. /bot convfilter comes to mind
One request I hear, periodically, is "I wish I could arbitrarily join/leave" hangouts. Bot admins can do that, and using tagging, we could create a class of people who could...
Hamlib is now being maintained on github, if you want to stay current, that's the place... https://hamlib.github.io for more info.
I don't want a user to have to specify a path when 99% of the time, decap-cms already does the right thing, but I do want a user to be...
I hate to open this as an issue, as it's most likely my own ignorance, but just the act of importing ics 3.7.2 causes this error: index.js:40 Uncaught TypeError: R.object...
feature request, support goldmark's wiki-table extension. It allows for much cleaner and easier to read tables... rather than: ``` ## Itinerary Day | Date | Activity | GPX | Miles...
get_nearest_locations was returning the correct track/segment/point numbers et al, but the wrong point(s) needed to save/return point_candidate, not a less appropriate point ...also trivial typing fixes elsewhere
I've added a a change to the code in my own private repo that includes the `distance_from_start` returned from `get_points_data()` into the named tuple returned by the `get_nearest_location` and `get_nearest_locations`...
get_nearest_locations works just across the entire GPX database, which is fine for some uses, but if one is trying to match up all the waypoints against tracks (which could be...