disleyland
disleyland
cannot JSON convert any data arrays with NA. JSON.json(@data [1,2,NA]) used to produce "[1,2,{}]" but now produces the error "Cannot serialize type DataArrays.NAtype" guessing this is because the vector syntax...
I have tried to use the "@remote ex" syntax hard-coded into script loaded via a .jl include in the remoterepl session but that generates an error. Is there an equivalent...
seems to be a bug in converting some color names into RGB values. lightgreen for instance. ```js dot`digraph { rankdir = RL; x [style=filled, color=lightgreen] ; x -> y ->...