Luke

Results 17 comments of Luke

Well, I installed Xcode 12.4 and tested a version of the app built with it. Same white screen of death overnight. 😕 That's the oldest version of Xcode I was...

@oskarszoon Nope. I will absolutely follow up on this thread if I discover any solutions (or even more information at all), so no news is bad news. 😕

@bratelefant The WSODs were not always reliably reproducible... but I think they would have happened on TestFlight, yes. I can't recall as I don't use TestFlight much. I know they...

My app uses the Meteor Javascript framework, which compiles to a Node server. Generally the server doesn't need much CPU, and the occasional bottleneck isn't a big deal. The issue...

👍 I personally wouldn't want or expect this to move everything below a heading when moving a heading line, or other such magic, although perhaps that'd be a nice option...

I rewrote ground:db in Typescript using Dexie instead of localforage (massive speed increase) with fixes for Meteor 2.4+, keeping pretty much the same API. I posted the code on [this...