Dominik Csiba

Results 3 issues of Dominik Csiba

I am having trouble with saving an array of arrays, a simple code: ``` b = [[i] for i=1:5] h5open("foo.h5", "w") do file write(file, "b", b) end ``` does not...

Hey, I have stumbled upon the following problem in Julia 1.1, here is a MWE: ``` julia> using Parameters julia> @with_kw struct Foo; foo; end Foo julia> Foo(foo=2) Foo foo:...

Hi! I have a game developed against `comfy v0.3.1`. When running `cargo run`, the FPS numbers show ~60. When I run it using `trunk serve`, my FPS numbers are ~1000....