Jason Millard

Results 227 comments of Jason Millard

Did a little more testing and this version seems to work: ``` let keychainPreferences = KeychainPreferences.sharedInstance keychainPreferences.set(objectToArchive: UIColor.red, forKey: "color3") let color3 = keychainPreferences.unarchiveObject(forKey: "color3") print(color3) ```

I started working on a `ScoreMotorComponent` [here](https://github.com/freezy/VisualPinball.Engine/tree/feature/score-motor). It is very similar to the `PinMameMechComponent`. The `ScoreMotorComponent` exposes switches that can be enabled for a range of degrees or a repeating...

So one thought is to add a reset coil and a zero switch to `ScoreReelDisplayComponent`. Pulsing the reset coil would advance all the non-zero reels one position. When the score...

I've updated the [feature/score-motor](https://github.com/freezy/VisualPinball.Engine/tree/feature/score-motor) branch, to generate the interface as described above: Since a score reel display is updated by passing in the complete score, I'm not sure how to...

> Very cool! We need a SS table to test all this :) cough. Rock. cough. 😄

This seems similar to my issue #93.

@jeffreydwalter Thank you. I put a `print` where you specified but didn't see anything. I turned on debug logging: ``` pi@raspberrypi ~/scripts % ./arlo.py 2018-10-30 21:21:48,760 [DEBUG] (MainThread) Starting new...

Not sure this helps but... I have this running as a cron job that fires at 10:30am and 5:30pm. If it gets stuck during the 10:30am run, when the 5:30pm...

Makes sense. I am seeing this consistently, with my furthest away camera. That's why in the script I was looking for cameras with 'available' connectionStates. Maybe I should try to...

Thanks! I updated, and it's printing more logs. I will let it run a bit and keep you posted. ``` 2018-11-06 23:03:59,459 [INFO] (MainThread) Fetching snapshot for 151 SR -...