Kristoffer Carlsson

Results 1623 comments of Kristoffer Carlsson

Just to test, what happens if you run the test suite with `OPENBLAS_NUM_THREADS=1`? That should confirm if it is indeed OpenBLAS or something else I think.

Getting the output from `git remote` in the error message might be a good idea.

Maybe worth to use `\usepackage{booktabs}` and use ` \toprule`, `\midrule` and `\bottomrule` instead of `\hline`. Looks nicer IMO: ![image](https://user-images.githubusercontent.com/1282691/190588170-a1ebd38d-f6ba-4981-a383-a02abfbe8b0f.png) vs ![image](https://user-images.githubusercontent.com/1282691/190588131-46897b12-2468-41db-97e2-570055d9c5f2.png)

It's much better than before but the horizontal lines in between the rows is not very nice IMO. I kind of agree with > For larger tables I do find...

@charleskawczynski, I instrumented Documenter a bit and the majority of time is spent in: https://github.com/CliMA/ClimateMachine.jl/blob/master/docs/src/HowToGuides/Atmos/AtmosReferenceState.md and https://github.com/CliMA/ClimateMachine.jl/blob/master/docs/src/HowToGuides/Common/Thermodynamics.md taking 112s and 55s respectively.

On my machine, it was not really 6 minutes and those took the majority of that time. If you want to measure it further you can time over https://github.com/JuliaDocs/Documenter.jl/blob/97f1a9f663f63e66d4d4d13d2cdf200fa30c5dfc/src/Expanders.jl#L37-L45 and...

We call `fzf` to do this fuzzy finding in the REPL history. With the `--preview` option it should be possible to show a full view of the text to the...

Thanks, good reference. I had missed that.