tom-plaa
tom-plaa
Trying to solve https://github.com/JuliaDiff/ForwardDiff.jl/issues/380. Does not fix the "show" ambiguity. A bit naively done, please review and advise if there's anything that needs to be done differently.
I have a weird case where a complex power is giving me an inexact error because the `_cpow `helper function determines my object to be an integer. Truncated error message:...
As briefly mentioned on https://github.com/non-Jedi/eglot-jl/pull/31.
The documentation implies we can do like in the line below, but it seems it's not defined ``` julia> SDEProblem{true, SciMLBase.FullSpecialize}((du,u,p,t) -> (du .= 1), (du, u, p ,t) ->...
I have abnormal terminations in the linesearch reported. I want to try increasing the number of maximum linesearches as reported in scipy's interface: https://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html Can we do this in this...
First time using vscode, so I might be doing something stupid. On a newly installed vscode and julia extension vscode 1.100.2 julia extension 1.141.2 Ubuntu 24.04.2 Julia version 1.10.9 I...