Elliot Saba
Elliot Saba
@kino-tech it looks like it worked just fine, but I am kind of confused that it autodetected your location as in the US; are you perhaps using a VPN?
@baumgold I noticed that you accidentally exposed your SFTP credentials in your report; I've edited them out, but you should rotate your password to be safe.
@ChrisRackauckas I don't know how common it is for callbacks or other pieces of code in the SciML universe to have memory requirements that cannot be known beforehand (such as...
> One quick question: Since we've noticed before that the CallbackSets themselves are not threadsafe, what's the need for thread safety here? The need is that we are constructing _one_...
I've decided to switch this to draft because I really don't like workarounds so I'm just going to write the Sundials extension and be done with it.
Aaaand un-drafted; this is now using a package extension and makes me happy again.
I don't understand why Aqua thinks I have an unbound type parameter in the constructor for the `IndependentlyLinearizedSolution` type.
The Aqua behavior is a bug I believe: https://github.com/JuliaTesting/Aqua.jl/issues/265
It would be really useful to be able to prioritize queues; In my use-case, an agent generally should belong to a set of "primary" queues, where it pulls work items...
As long as OpenBLAS ships with Julia, `OpenBLAS_jll` will always refer to that same BLAS library. Because OpenBLAS is "special", it gets loaded at startup, and declaring a dependency on...