Robert Bastian

Results 356 comments of Robert Bastian
trafficstars

Not much, errors should be handled or explicitly ignored.

If our recommendation is for `FormattedNeoDateTime` users to just ignore the `TryWriteable` error, it doesn't need to be a `TryWriteable`, we can just be lossy. If you give users a...

Metazone periods are also in local time, which is why I made offset periods use local time. We made the decision that all our APIs accept local time, in order...

Oh these are metazone periods. Well, good thing I made them human readable, we can debug now.

> From what I can tell, the metazone changed on 2024-03-31 at 00:00 local time And what did you tell that from? `metaZones.xml` disagrees (those are local times): ```xml ```

Yes, all the APIs have been change to deal with timestamps, as has the data model.

> Since the other two structs (Uts46Mapper and CanonicalCombiningClassMap) are not locale-sensitive, we could add Borrowed versions of these Locale-sensitivity is not a requirement to have a borrowed constructor, only...

> Looks like roc is already fixed upstream. By upstream you mean main? Or did something change in temporal?

Would it be incorrect to always return the requested locale as the resolved locale?