Kristoffer Carlsson
Kristoffer Carlsson
I designed that API when I was young and naive (... or something). What I am talking about is: > Alternatively, if the environment variable FORCE_COLOR exist, or Crayons.force_color(::Bool) has...
Looking back at this I think this is how you are supposed to do it. Would be good to see if this is breaking for how packages use this.
I missed this change. This is really annoying to have to specify. It is clearly documented how we interpret a matrix.
In https://chriselrod.github.io/LoopVectorization.jl/latest/examples/dot_product/, OpenBLAS is green but in https://chriselrod.github.io/LoopVectorization.jl/latest/examples/matrix_vector_ops/, LoopVectorization is green. Creates a bit of confusion when you flip between them.
https://github.com/JuliaDocs/Highlights.jl
The following is a roadmap/outline for how threaded assembly could start to be implemented in JuliaFEM. The scope is limited to shared memory parallel assembly. It will be continuously updated....
After doing `serve()` I got ``` ┌ Franklin Warning: in │ There was an error of type 'ArgumentError' when running a code block. │ Checking the output files '/Users/kristoffercarlsson/Documents/JuliaPkgs/LazilyInitializedFields/page/__site/assets/index/code/output/ex.(out|res)' │...
Moved from: https://github.com/JuliaLang/julia/issues/10395 -------------------- I'm very new to julia, so not sure I managed to find the actual source code being used for those bessel(jhy) functions. There's a [related thread](https://github.com/JuliaLang/julia/commit/a736cb99b12785b91b7cdde49f977acfa2076f7a)...
Reported from slack ``` using PGFPlotsX using KernelDensity using ColorSchemes data = (rand(1000), rand(1000)) k = kde(data) npoints = 400 es = map(extrema, data) rgs = map(e -> range(e...; length=npoints),...