Christian Rorvik

Results 22 comments of Christian Rorvik

BSON itself doesn't have a concept of multi-dimensional arrays, so that's why I haven't added it. It would require encoding some metadata about the array, and then it's no longer...

> > What might be useful would be if we could standardize on some BSON binary subtypes across the ecosystem. > > What does this mean? A couple of conventions...

@Poncito just letting you know I've seen the PR, but I'm quite busy at the moment and I think I need a little time to sit down and wrap my...

Ranges specifically may be encoded as arrays, but in general the scope is limited to BSON representable types.

> Interesting, maybe we have to go back to generated functions then. Out of interest, what was the motivation to go away from them in the first place? It seems...

I wasn't aware of the inference issues, that's interesting. Ideally I think the functionality of this package would be supported in the core compiler, what we're having to do here...

> I found out today that LightBSON.jl uses StructTypes. @ancapdev how has that worked out for you? I haven't actually used the `StructTypes` API myself, it just seemed like a...

Hi, ran into this issue today. Can work around it, but was surprised. Are there any updates on the plans for UTC handling?

> One unfortunate part of doing this is we would have `now(UTC) isa DateTime` and have `now(UTC()) isa ZonedDateTime` both be true. Good point, that's more subtle and confusing than...

Pleased to see progress on this. This may be beyond the scope of the design, but would it be possible for method signatures to be part of the type system,...