Matěj Račinský

Results 98 comments of Matěj Račinský

Hi, can we get it merged? It would be great if it was merged, because current behavior is puzzling.

I gues it's out of scope of this image, this is what I'm using: ``` Using BSON, CodecZlib open(GzipCompressorStream, filename, "w") do fid BSON.bson(fid, Dict("data"=>deepcopy(data_to_save))) end ``` the deepcopy is...

May I add idea to execute code in debug by ctrl+enter? Now when I am at breakpoint and want to execure code, I need to copy-paste it into the REPL,...

I had similar problem too, I solved it by modifying the function I want to serialize in a way that all used variables are used as the input, so the...

This probably boils down to #26 , right?

Happening to me too, windows 10, using WSL.

Thanks, I'll try it. Unfortunately, running it from wsl shell causes me https://github.com/docker/compose/issues/7899

`MLLabelUtils` has compatible version, but the `MLDataPattern` does not, we need to wait till they release new version. the needed version is in this diff https://github.com/JuliaML/MLDataPattern.jl/compare/v0.5.5...master

Hi, any update on this? When will [email protected] be supported? Can I help with this somehow?

Sounds good. Although I consider eval with loop for defining them a bit of abuse and hard to read code and I would rathere have some lightweight supertype which would...