Sukera
Sukera
I'm not 100% sure, but I think the original code (which, if I've followed it all correctly) is GPL licensed (https://software.sandia.gov/opt++/opt++2.4_doc/html/index.html, which I think covers the license for Minpack2 (https://software.sandia.gov/opt++/opt++2.4_doc/html/minpack2_8h.html...
> Does that mean the L-BFGS-B authors have incorrectly attributed the Minpack2 code? Not necessarily, they may have implemented it from scratch/referenced a paper/done a clean-room implementation. I'm not a...
> I'm not 100% sure that there isn't a very good reason that this function isn't written like this. My guess would be overflow protection for sufficiently large `p`? Does...
Isn't this sort of going back to the old iteration protocol..?
 Since JLLs are kind of prevalent, it seems bad that we run any updating code at all for what should be a totally local operation, no? Does `]pin` need...
Probably fixed by https://github.com/helix-editor/helix/pull/3554
By coincidence, I tried to use an ECDSA key (which is my default) with LocalRegistry and it worked fine, so I think this can be changed now. At least my...
As I said, I haven't encountered problems with those sorts of keys. All git ssh access to that server is gated behind that key, which I've added to my ssh-agent....
Understood - then I'll test with the `ssh-agent` disabled and see how it goes.
Looks like the close/reopen worked - are those failures related/benign? They don't seem to occur with code running here..