pinewood-derby icon indicating copy to clipboard operation
pinewood-derby copied to clipboard

Pinewood derby status board & sensor driver

Results 18 pinewood-derby issues
Sort by recently updated
recently updated
newest added

``` NoMethodError (undefined method `runs' for nil:NilClass): app/controllers/races_controller.rb:31:in `block in redo' app/controllers/races_controller.rb:29:in `redo' ```

bug

Reported by @everetteallen in #57: > If I unplug and replug "hot" I get: ``` sudo foreman start 19:42:29 web.1 | started with pid 844 19:42:30 web.1 | Warning: You're...

bug

- [ ] Sometimes blocking reads don't exit and get forced after 10 seconds. - [ ] There's no error handling outside of SensorDevices crashing - [ ] Ensure crashed...

When starting the daemon with something like: ``` rake daemon:sensor_watch MOCK=NewboldDt8000 ``` Start the daemon in a thread, and run the mock-sensor in the foreground. Automatically set $TRACK_SENSOR_DEVICE so the...

Eliminate this warning: ``` Binary data inserted for `string` type on column `value` ```

Postponing a contestant who is lined up for the next race may leave that lane empty when there is no suitable alternate who is not already lined up. Unfortunately it's...

Also change redo_races path to use the POST method.

Also update variable names for button initialization in announcer.js.coffee.

This used to be there, but it was removed when it became outdated after moving to single process.

Spring used to not work with the daemon, so I think I disabled the spring binstubs. Now that we don't use a daemon, try re-enabling it for performance. Consider whether...