Shane F. Carr

Results 1724 comments of Shane F. Carr
trafficstars

It re-ordered XML that I had previously added in this same PR. The PR only adds and deletes. It does not move.

We have put some time into improving the performance of the Reingold-Dershowitz algorithms, and they are substantially faster in our Rust implementation than in Lisp for instance, but I don't...

Note: if we implement Display, then we should also plan to implement a concrete to_string.

What did people think about implementing `Display` on everything that implements `TryWriteable` like we do on everything that implements `Writeable`?

To continue this conversation: FormattedNeoDateTime implements TryWriteable. TryWriteable, as noted above, has a funny API signature, and developers are presented with decisions about error handling that they are not in...

@zbraniecki @manishearth See Addison's comment above. Does this impact your assessment?

> [ECMA-402 locales] already are a strict subset of ULIs What are the other examples of where ECMA-402 locales differ from ULIs? Is it `i-enochian`? Would it be productive for...

@hsivonen Any interesting results from your telemetry?