Lorenz Hübschle
Lorenz Hübschle
Nice idea, I'd be happy to merge a PR that changes this :)
That sounds consistent with my experience in #354. The crashes tend to happen when I rapidly undo multiple times, so it would be plausible that the results of one compile...
One option would be to give each view a persistent randomly generated (UU)ID that doesn't change upon reordering, and indexing based on that. But that wouldn't fit into the design...
Thanks, that trick is awesome!
Yeah, the app isn't very good in that regard. The cordova webview doesn't behave the same way as browsers, causing lots of issues with embeds. Any help in debugging /...
Uh sorry, we should really make a release of both the web version and the play store app soon. There's still a bug in the web version for webkit-based touch...
Yeah, good idea. We need to bind it to the `backbutton` event like this: ```js document.addEventListener('backbutton', our_callback, false); ```
@bingmann are you interested in integrating this feature? As mentioned above, compilation could be conditional on ICU being found.
If you look at the array sizes for which you get these speeds, it becomes clear that those sizes entirely fit into cache, and that pmbw measures cache speed. But...
There's still something off about the first run of the first benchmark, but ah well.