Curtis Vogt

Results 388 comments of Curtis Vogt

Failure looks related. I'll look into this later

Requested in: https://github.com/JuliaData/Arrow.jl/pull/50#issue-509313802

> For it to be parametric on the _value_ of the the timezone (ratehr than the type of the timezone) would require that the TimeZone type `isbits`. > Which is...

An idea I'm experimenting with is using an intermediate type for the time zone. The advantage of such an approach is that it allows us to use a time zone...

Trying to get some activity on custom type printing: https://github.com/JuliaLang/julia/issues/24195#issuecomment-901385487

The Julia 1.6 build behavior shouldn't have changed. If you remove the TimeZones package and re-add it can you reproduce the problem? Also, can you post your `versioninfo()`?

It's possible that a network issue resulted in the build step failing. Thanks for mentioning `activate --temp` as I can also reproduce the problem. This does seem to be a...

I'm not having any luck reproducing the problem today. The failures previously seemed limited to Julia 1.6.0 and TimeZones 1.5.3. > I notice that the TimeZones versions differ. So, maybe...

I'm out of time for today. Will be trying to flush out he proposal over the next few days if I have time