Ole Zorn
Ole Zorn
Working fine here. If you have a new device, you need to make sure that Boxcar is set up properly. I don't think push notifications are restored automatically with a...
Have you tried touching and holding or tapping the blue number button next to an app's name? That way, you can select what is shown in the graph, e.g. number...
That should not happen, not sure what went wrong there right now. You can touch-and-hold a report bar to delete it btw. Also, check out the push service so that...
I've seen this too, not quite sure what's causing it though. Looking at the code, the logic seems correct to me, but it obviously isn't.
I think the problem may be that the iPod touch doesn't have a magnetometer. At least that's what [this StackOverflow](https://stackoverflow.com/questions/11933491/how-to-make-this-coremotion-code-work-on-retina-ipod-touch-devices) post is suggesting, and it makes sense to me.
@dgelessus Core Motion combines the data of different sensors. The culprit seems to be the reference frame that is used for initializing the motion manager.
Have you verified the vendor ID with what's shown in iTunes Connect?
Wouldn't be very hard to do, the parsing part is basically just a bunch of regular expressions... Another thing that could be useful is `CGContextSetRGBFill/StrokeColor`...
The picker is dismissed when you click on a color swatch that is already active. When you click on a color (in the code), and the picker is already on...
Have you tried enabling „Launch in Safe Mode“ (for Pythonista) in the Settings app?