Juha Heiskala
Juha Heiskala
When solving the "Robertson model" with event callbacks the following error occurs: > [IDAS ERROR] IDAGetDky > Illegal value for k. > > ┌ Warning: IDAGetDky failed with error code...
Windows version of the library is missing the symbols added in [libqhull_r.h](https://github.com/qhull/qhull/blob/master/src/libqhull_r/libqhull_r.h) by @stevengj. This PR adds the new symbols in [qhull_r-exports.def](https://github.com/qhull/qhull/blob/master/src/libqhull_r/qhull_r-exports.def)
(Filed this first in Julia issues [51249](https://github.com/JuliaLang/julia/issues/51249), but got directed here. My gut feeling was that Julia gives invalid memory to FFTW) Julia 1.9.3 installed from Generic linux package on...
≔ (i.e. \coloneq) parsing fails with JuliaSyntax. ``` julia> ≔ = 1 ERROR: ParseError: # Error @ REPL[2]:1:1 ≔ = 1 ╙ ── invalid identifier Stacktrace: [1] top-level scope @...