Scott Hulbert

Results 4 issues of Scott Hulbert

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

It seems like the script should always take at least one argument, path to a markdown file. To be a well-behaved script it'd be nice to exit and print help

Because of some ORM limitations I want to split fetching of a huge # of database records into batches, doing lookups based on primary key. I have a function that...

`python flux_led.py -s` didn't work until run with `sudo` on a Mac. Presumably the script needs to run as root? Can I help document this in some way?