Antoine Levitt
Antoine Levitt
I haven't been able to diagnose exactly what's wrong, but mu4e-alert doesn't seem to update itself as it should whenever I mark mail as unread in recent versions of mu4e....
After `using Plots; plot(1)`, `while true; 1+1; end` is uninterruptible, even after a triple ctrl+c. This is on Linux, GR backend, Julia 1.8, Plots 1.31.1, GR 0.64.4.
Just a reminder to not forget the limitation mentioned in https://github.com/JuliaArrays/BlockArrays.jl/pull/175
https://github.com/JuliaMath/FFTW.jl/pull/105 suggests that planning is thread-safe. I just had a memory error in my code that was caused by me calling `ldiv!(x,p,y)` on an existing plan (which calls FFTW's planner)....
The error I get is ``` ┌ Error: Failed to revise /home/antoine/.julia/dev/DFTK/src/densities.jl │ exception = │ AssertionError: ld[idx] < typemax(eltype(ld)) │ Stacktrace: │ [1] (::Revise.var"#77#79"{OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}, OrderedCollections.OrderedDict{Revise.RelocatableExpr, Union{Nothing, Vector{Any}}}})()...
This is easily seen by interpolating a vector with only zeros except for a single one: the basis function is exponentially decaying. If I understand correctly this is not standard...
- ``` FLoops.jl 0.2 defaults to a parallel loop; i.e., it uses a parallel executor (e.g., ThreadedEx) when the executor is not specified and the explicit sequential form @floop begin...
``` julia> size(VectorOfArray([randn(2), randn(4)])) (2, 2) ``` This is surprising at least, and runs the risk of subtle bugs if one tries to iterate on the VectorOfArray as if it...
Just ran into this the other day, I wanted to access the current iterate in the callback and couldn't. In general I'm a big fan of passing as much information...
See https://github.com/JuliaNLSolvers/Optim.jl/pull/435 - [ ] Second order algorithms Never used it, so I'm not the best person to do this - [ ] Compare performance with other libraries Competitors include...