Marius Millea

Results 159 comments of Marius Millea

I mean, it happened to me in real life ;) Anyway, I don't think I'm qualified to help further with this and indeed its an edge case, but just wanted...

I mean that this was the exact thing that happened to me, so all I have is the above (reduced) example. Although its obviously trivial, in my real case the...

My use-case isn't so much that I already have a function, but that its really convenient to use this package's composition to build one, before feeding it into various algorithms,...

Yea, its exactly case 2, and the answer to your quesion is what I was referring to with > Maybe this example makes it seem too easy to just suck...

My work is indeed 2D (maps of the [Cosmic Microwave Background](https://github.com/marius311/CMBLensing.jl)). I had seen LinearMapsAA but missed the arrays to arrays part. In what I do, I handle this with...

The first of remote-edit, remote-sync, or remote-ftp to implement this feature would definitely win this user over!

The suggestions here are interesting and may be worth prototyping/exploring, but to me it seems like it basically boils down to how much credit you want to give the user,...

My brief reading of the linked CUDA issue suggests this can't be fixed? Could we add an error here? Just spent a bunch of time discovering subtly wrong results in...

Yea I think thats indeed the key thing deciding usefulness. Fwiw its pretty easy to do `poetry env use $(julia --startup-file=no -e "using Python_jll; print(Python_jll.python_path)")` then install anything in that...

I think I've run into this as well, which is particularly painful for two reasons: 1) hashing this (for me) ~100GB of files every time obviously takes a very long...