Kristoffer Carlsson

Results 1619 comments of Kristoffer Carlsson

I'm gonna close this issue because adding packages is no longer thread (or process) unsafe. There should be no corrupted status from it. It is possible that one operation might...

`TAGCOUNT` is zero when ForwardDiff finishes precompiling. Mutations to it during precompilation of another package cannot change that.

This seems to be a Plots.jl issue or?

Could you provide an example without Plots.jl then that shows the bug in this package? Where does `num edges nodes` come from?

``` (@v1.13) pkg> dev TreeArchival Path `/Users/kc/.julia/dev/BinaryBuilder2` exists and looks like the correct repo. Using existing path. Resolving package versions... No packages added to or removed from `~/.julia/environments/v1.13/Project.toml` No packages...

https://github.com/JuliaLang/Pkg.jl/pull/4271

Seems to be a very small numerical difference. Without more info it is hard to do anything.

I think this is due to the type piracy in StyledStrings (cc @tecosaur)

> the compat "1.0" release of StyledStrings redefines the generic methods for join and a few other widely-used/highly-invalidating functions. Oh boy... That's kind of awful. And 1.10 is an LTS...

You have to make the code so that it is generic and doesn't have to inject its special behavior into every `Vararg{AbstractString}` function. Right now, `AnnotatedString` has anointed itself as...