Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

> Vector{V} where V is itself a subtype of an AbstractVector and such that eltype(V) and length(V) For a `Vector{Vector{Float64}}`, `V` is `Vector{Float64}` and `length(V)` (which is `length(Vector{Float64})`) is not...

The way I always structured my code when doing projects in the scientific context was that the main code, for example the code that runs the simulation was a package...

Is there anything wrong with https://github.com/JuliaDocs/Documenter.jl/pull/1747?

I guess the load path could be made into an argument in `compilecache` and Pkg passes something in there?

Haven't seen this been an issue in a long time.

I believe this is fixed by https://github.com/JuliaLang/julia/pull/47803. Please comment if this is still an issue on Julia master (or 1.8.4) when that comes out.

I guess instead of just `if iszero(x)` one could do `if iszero(x) == true` but it seems really annoying to have to do that everywhere to support a type with...

> And I think that adding Juliaup as a dependency brings a whole lot of extra complexity. What are the "whole lot of extra complexity" here? Juliaup has features that...

I gave an update on https://github.com/JuliaPackaging/HistoricalStdlibVersions.jl/issues/9#issuecomment-1978758724