Dean Cording
Dean Cording
Open a project Click on Edit Project Settings Change description, context or tags Click on "Reviewed" button Click on Edit Project Settings again Changes to description, context or tags were...
Configuration properties for nodes are not included in the Help Style Guide. Added a section to document them.
Tracks is a web-based application to help implement David Allen’s Getting Things Done™ (GTD) task management methodology.
Upgrading to Ubuntu 23.04, which includes and upgrade from Ruby 3.0 to 3.1, results in Tracks not running. Running `bundler install` to reinstall the Gems for the new version of...
Fix for issue #391 Changed regex to do a global replace instead of a single replace. This will remove all instances of the T0 command instead of just the first...
Currently 'in', 'at', 'for', 'a', 'an' are hard coded as skipable tokens. In my use of Ecolect I've found that it would be good to have a few more skipable...
``` const ordinal = require('ecolect/values/time'); Error: Cannot find module 'ecolect/values/time' ``` The parser exists under the language but is missing in values
``` const ordinal = require('ecolect/values/ordinal'); Error: Cannot find module 'ecolect/values/ordinal' ``` The parser exists under the language but is missing in values
Similar to #12988, DispatcherFrame returns internal ArrayList objects instead of making copies. The code is: ``` private final List activeTrainsList = new ArrayList(); // list of ActiveTrain objects protected final...
When you quit JMRI with a manual throttle in operation, the throttle is set to Stop before JMRI exits so as to prevent runaways. For trains running as AutoActiveTrain under...