GaoMax

Results 12 comments of GaoMax

Sure! Thanks for the help, really like your project. ``` return DayView( controller: dayViewController, date: DateTime( DateTime.now().add(Duration(days: i)).year, DateTime.now().add(Duration(days: i)).month, DateTime.now().add(Duration(days: i)).day), events: getEvents(i), initialTime: getInitialTime(i), userZoomable: false, dayBarStyle: DayBarStyle(...

I'm using it inside a PageView, but I believe I've found the bug. It's due to daylight saving time (tonight). But I can't seem to figure out how to prevent...

haugene/transmission-openvpn does run on RPi. I'm running it on an RPi 3B+ with Raspbian. I'm having the same error message `[FATAL tini (7)] exec dumb-init failed: Exec format error `...

Hey, since the latest commit background task has completed stopped working for me. I've used the original code, no modifications. Behavior is the same, making fake move is called multiple...

On further investigation it appears to be a timing problem. The multiple calls of Making Fake Move is due to the shortened threshold of remainingTime. Changing the threshold to 5-10...

Thank you for elaborating! This mechanism is quite ingenious. But it seems like it is currently not working probably. Maybe Apple broke this workaround in an iOS update? If the...

Hi, I’ll try to help with the AltStore integration. I do have an paid Apple Development Account, so theoretically I could also try submitting the app or making TestFlight Builds...

AltStore deploy is pretty simple actually. In Xcode we can compile an .ipa file, which a user can side load via AltStore. The only problem is that the compiled .ipa...

Using yours should be just fine. As I understand you are using a free developer account. If I’d sign the App using my distribution certificate anyone could install the app...