Blake Bourque
Blake Bourque
Running the app with `buffalo dev` works but `go run main.go` generates errors about sqlite3 being an unsupported dialect. I installed buffalo using this command `GO111MODULE=on go get -u -v...
Small change to allow an environmental variable to set the starting state. Without the variable, the behavior of the simulator is unchanged. Also added relevant documentation to the readme.
Since stylus is no longer supported it is quite easy to remove the stylus dependency and replace with the css the stylus would generate. It is actually shorter...
The error is: ``` $ git-number error: unknown option `column=never' usage: git status [options] [--] ... -v, --verbose be verbose -s, --short show status concisely -b, --branch show branch information...
When developing, if I make a syntax error and am using `qx serve` there is no indication in the browser that the compilation failed. Would it be possible to instead...
Minor changes to make CheesyVision compile for the new roboRIO control system.
**Is your feature request related to a problem? Please describe.** When testing our shooter we wanted to have a network tables value dictate the length of the delay between two...
If you have a crazy file name with bash variable sequences: `Product-${productVersion} Docker (Build ${buildDate}.${buildNumber}).tar` and it shows in git status like this: ``` Untracked files: (use "git add ..."...
I've attempted to update to newer python version but it seems that the opencv-python dependency does not have the "non-free" algorithms eg SURF after the 3.4.2.17 release and 3.4.2.17 only...