Anshul Singhvi
Anshul Singhvi

Implements GeoInterface.coordtype for ArchGDAL types. Returns Float64. 🤖 Generated with [Claude Code](https://claude.ai/code)
- [x] what version of Makie are you running? (`]st -m Makie`) 0.22.0 - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) yes...
I have a couple packages where I'd like to have `@figure` blocks and display, especially in GeoMakie. There are two ways we could do this: 1. `MakieDocumenterExt`: this would mean...
### Feature description Regular `text` has an `align` attribute: ``` align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline...
For large datasets my terminal often gets overloaded when there is a compute pipeline error, because it prints the whole result. I can see why you would want this, but...
When using ComputeGraph, it is an easy mistake to not wrap your output in a tuple, especially when conditioned on `lift` which doesn't mandate this. It would be nice to...
https://docs.sciml.ai/ModelingToolkit/stable/basics/Debugging/ has 90% of the page taken up by printing assertion errors. Can that be made smaller? Either by decreasing the timestep or some other method. Is there an equivalent...
Currently the MTK FMU extension is triggered by FMI.jl https://github.com/SciML/ModelingToolkit.jl/blob/68f5e73f0f00ad48cdaf87ca289bd6b77c09454a/Project.toml#L72 But I _think_ you only need FMIImport.jl for that?