Kristoffer Carlsson
Kristoffer Carlsson
> I have a feeling that this behaviour might be by design. That just seems broken though. If fixing RecursiveArrayTools also fixes this then I don't think anything should be...
None of these work for me: ``` julia> Dh = ForwardDiff.jacobian(fun, yt) ERROR: type ForwardDiff.Dual{ForwardDiff.Tag{var"#11#12", Float64}, Float64, 8} not supported Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] _fftfloat(::Type{ForwardDiff.Dual{ForwardDiff.Tag{var"#11#12", Float64}, Float64,...
There are many other cases like this. For example, `eltype` on a `Vector{Dual{Float64}}` will return `Dual{Float64}`. Or `typeof` of a dual number. At some point you have to be able...
I guess let's go with `_unsetindex!` for now then. 👍
I opened https://github.com/JuliaLang/julia/issues/59394 regarding `unsetindex!`.
> Any suggestions? I would think like this: - How do we want the latex to look? - Where is the current code that transform the `DateTime` to latex code...
Can't we just define a Date Time to latex method that formats it in the way we want?
Firstly, stuff like > This was heavily discussed with about 30 people at JuliaCon. Everyone was really excited that there was a fix that was already made and the question...
I don't think there will be a change in that case has to match exactly when adding a package (because as been said it is more a policy of the...
My guess is that the lazy jll stuff broke them.