Larry Garfield

Results 184 comments of Larry Garfield

@cryptogeek13 That would delete all on-device notes as well, wouldn't it? It then successfully resyncs from the server?

Thanks. This does look like the right direction. The test needs to be fleshed out a bit more (the timestamp needs to actually be provided in the test method, not...

@withinboredom Are you going to follow up here?

Thinking on it, I agree, this is a great use case for a dedicated type field.

``` $seconds = $value->getTimestamp(); if ($seconds > PHP_MAX_INT/$multiplier + 1) { fail} //and with MIN_INT. if (is microseconds) { $serializedVal = $seconds * $multiplier + $value->format('u'); } else if (is...

Can you provide a PR with a failing tests that I can work from?

This was never followed up on, and changing the spec in-place is not an option anyway, so closing.

I'll call this done at this point.

I'm going to mark this completed. Most of the above comments have been done; the ones that haven't have a reason as stated in those threads.

Some preliminary work in #18. Still want to noodle a bit more, but there's good progress there.