Kristoffer Carlsson
Kristoffer Carlsson
Also hitting this. For me, it seems to have to do with what module the type is defined in: ```jl using StaticArrays using JLD s = rand(SVector{3}); save("jl.jld", "s", s);...
Calls to `require` should very likely be behind a lock.
Maybe we should go for a breaking version where we fix the bad behavior (make it only print if color is specified etc).
I think it is in general hard to ask the terminal if it supports true color. I thought a bit about if a 24 bit -> 256 color converter makes...
Ref: https://github.com/chalk/supports-color
There is now a function or ENV variable that can be set to have 24-bit Crayons print as 256 colored crayons.
That would be good to add.
People on pre 1.6 will just use the old Crayons that supports 1.0 then? Not sure why it was dropped, maybe I wanted to use some syntax that was not...
Yes, it is difficult though because people want to be able to e.g. interpolate "crayons" and then you don't have an `IO`. I think we need to do a breaking...
This just seems like a bug in `TrackedArray`. Why isn't the parameter `T` a `TrackedReal`?