Anshul Singhvi

Results 1172 comments of Anshul Singhvi

Ugh...this is somewhat harder than I thought, and will require some refactors in Makie itself. Basically, the text dispatches got changed, and everything now goes through `text!(positions...; text = AbstractString[...])`,...

Is this still an issue on Julia v1.10? I think there was a patch released to fix these kinds of errors on Windows

Sorry to keep extending this, but one more thing - could you test whether loading Ghostscript also fails? You could run the following test script to see what happens: ```julia...

thanks! Could you also post the output of `readdir(raw"E:\.julia\artifacts\cca2b0693e0ae8df2daca37d0779bb7209f32c5f\bin\")` so we can see what is actually in there?

huh! Yes, it really should...let me take a closer look then

Cairo_jll's minimum Julia compat for v1.18 is Julia 1.6, which is why the Julia 1.3 CI is failing to install it...

This now exists in Base's `@ccall` macro.

``` julia> DataAPI.metadata(tuple()) ERROR: ArgumentError: Objects of type Tuple{} do not support reading metadata Stacktrace: [1] metadata(x::Tuple{}; style::Bool) @ DataAPI ~/.julia/packages/DataAPI/atdEM/src/DataAPI.jl:373 [2] metadata(x::Tuple{}) @ DataAPI ~/.julia/packages/DataAPI/atdEM/src/DataAPI.jl:371 [3] top-level scope @...

Ah damn, I just realized that the way that DD handles metadata (`DD.NoLookup`) is not the same way as DataAPI handles metadata (`Nothing`). I guess this could potentially stay the...