Dima
Dima
No worries! And thanks for a quick reply. I understand why mathematically it should work, I'm just wondering if there is a ready-made solution (it seems not). I think they...
Either that or, maybe, just leave it as it is? i.e. substitute the linked line with `blockname = m.captures[1]` I think it would be more standard behavior? Python's [configparser](https://docs.python.org/3/library/configparser.html) does...
I've marked "Gaussian processes" done for now; the implementation is in GPR.jl. It uses ScikitLearn.jl, which is quite bulky and ugly, but good enough for now. Planning to switch to...
No, EarthMoversDistance.jl is a poor wrapper of an even poorer implementation from last century; I've tried it, it crashes every other time and is very slow. Python code works without...
Yeah, I mean, we could just rewrite that piece in Julia -- but it's very unlikely to be fixed in the nearest future (: I'm happy with python for now,...
You're right about everything being parsed as a string, I didn't notice that... and yes, parsing is quite involved, but thanks to the standard `parse` function you mentioned it's not...
@pixel27 Maybe it is, but I'd have no idea because it's not documented, not even in the simplest "examples" way... see #21 (:
+1 bump somehow, drag & drop works for moving files/folders, but not for copying them PS for now, my workaround is to git-checkout, edit locally, then commit & push; but...