Richard Mitchell

Results 4 issues of Richard Mitchell

Recently came across ``` https://mayccoll.github.io/Gogh/ ``` The two rows of color boxes at the top of each screenshot is really helpful (to me) for determining scheme I'm likely to like....

If DIRSTACKSIZE is set, create alias for each stack entry. if DIRSTACKSIZE is not set, create same as previous hard coded method. ## Standards checklist: - [ X] The PR...

Area: core
Topic: alias

diff -r 88c1144ae455 WhereAmI/LocationGetter.m --- a/WhereAmI/LocationGetter.m Sat Jul 21 22:39:24 2018 +0000 +++ b/WhereAmI/LocationGetter.m Sat Jul 21 14:05:23 2018 -0400 @@ -48,10 +48,10 @@ NSTimeInterval ageInSeconds = -[newLocation.timestamp timeIntervalSinceNow]; if...

I'm using this command ( on a pi-zero ): `mjpg_streamer -i "input_raspicam.so -x 640 -y 480" -o output_http.so -o "output_file.so -f /var/cam -l latest -s 1024"` It works beautifully! This...

enhancement