Christian Rorvik

Results 7 issues of Christian Rorvik

```Julia using BenchmarkTools using ConstructionBase struct A x::Int y::Int end struct B x::Int y::Union{Nothing, Int} end function update(x) setproperties(x, (; x = x.x + 1)) end function update2(x::T) where T...

Environment: - Extension version: 1.124.2 - VSCode version: 1.94.2 - Julia version: 1.11.0 This is my first time trying to use the TestItems framework for unit testing, so I added...

Byte ordering in MongoDB has a messy history. The old binary subtype 0x03 had implementation defined byte ordering. Technically drivers are meant to expose configuration to deal with this. Subtype...

Consider adding this in the validator or another parametric type on the reader, so it can be made zero overhead when not in use

https://github.com/mongodb/specifications/blob/master/source/bson-binary-vector/bson-binary-vector.md Appears to have its own tests, not in the regular corpus API guidance is very prescriptive. We don't follow that on other types at the moment, would need a...