Brian S. O'Neill

Results 11 comments of Brian S. O'Neill

Would it be possible to add a method named `forExactID` that does the new thing? The original `forID` method can remain the same for compatibility.

With serialization, there's an assumption that a proper time zone object was constructed in the first place. Normalization might have already occurred, and so making readResolve be more strict won't...

The set of time zones that can be supported among the three servers is defined as the intersection of all sets. The current serialization technique favors a _union_ of the...

Implementing this is tricky, due to how root node splits are handled. When finishing a split, if the node is the root node or if it becomes the root node...

In addition to referring to strings, the cache entries also need to refer to the UTF-8 encoded bytes. This is necessary for making quick comparisons, but it also means that...

Defaults can be dangerous if the client schema doesn't match the server schema. Consider read-modify-write patterns. If a column is unset upon load due to a schema difference, then a...

In order to support type annotations, a new `Type` interface is needed, which supports annotations. The `Type` can be used wherever a type can be used today.

`Type` instances should be immutable, and adding an annotation returns a new `Type` instance.

I installed the extension a few hours before I found this issue. How can I see what version it is?

It looks like I'm running v0.2.1712075074 as well. I'm using Firefox, in case that would make a difference.