Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

Fixes https://github.com/KristofferC/NearestNeighbors.jl/issues/210. @juliohm, mind trying this out?

Searching for e.g. `strict` gives as a first result som internal docstrings which are more or less useless for a user: ![image](https://github.com/JuliaDocs/Documenter.jl/assets/1282691/472dae87-1c19-48e1-ad73-666fc4289647) Maybe these should be hidden by default somehow?

Type: Enhancement
Status: Speculative
Format: HTML
Topic: Search

these often get quite large and the fact that they are non-mutable means Julia copies them which is quite expensive Consider for example: ```julia using ForwardDiff: ForwardDiff, HessianConfig, Chunk using...

In https://github.com/JuliaIO/FileIO.jl/pull/415 the `handle_error` function was updated to the new API of `CapturedException`, which just gives a backtrace to it (instead of a stacktrace). It was not obvious how to...

The Pkg build functionality was made for a different era in Julia package management. It gets run whenever a package is *downloaded* (which is a weird thing to trigger on...

enhancement

this makes ijulia installable via the Pkg app interface: https://pkgdocs.julialang.org/v1/apps/ and allows one to do e.g. ``` pkg> app add IJulia ``` and then run e.g. ``` ijulia lab ```...

enhancement

alternative to https://github.com/JuliaLang/juliaup/pull/1095 I am not much of a rust programmer so I kind of wrote pseudo code and had Claude Code translate it for me. Should still do some...

Extends https://github.com/JuliaLang/juliaup/pull/1315 to also be able to handle portable scripts as implemented in https://github.com/JuliaLang/julia/pull/59982