Raphael von der Grün
Raphael von der Grün
I would probably not do any timezone handling and let the user deal with it. On the other hand, I'm not completely sure what the vCalendar spec says about timezones....
Same issue on a OnePlus 5T using Android 10.
I think I would make writes explicit either way. Reasons: - to me that would be what I would expect - User can decide whether they want async or sync...
> Maybe those getters should return readonly/frozen copies of the data, to prevent trying to assign into them. That's exactly what I was thinking. We would need a deepFreeze lib...
`modified` should be reset after writing out to disk. I'd personally prefer to keep a copy of the initial contents and use `deepEqual` to check if need to write to...
> The only suggestion I'm not really a fan of is changing the format of the data stored in package.json, unless you were thinking just of providing a getter that...
Do we know how it comes to be that the "latest" source version of the file has an older timestamp than a copy of an earlier version of it?
Thanks for providing that list @brodybits. At least on Linux (and probably macOS) the following holds: `mtime` changes when the file content changes. So if you move a file using...
Could you test if the problem persists with `cordova@nightly`? Also do a `cordova platform rm android && cordova platfrom add android@nightly` using the nightly, before testing.
Sorry for taking so long to come back to this. I could reproduce the problem, and finally I could figure out that it works if you ensure that all three...