Alexander Plavin

Results 348 comments of Alexander Plavin

> I like the separate-recipe route better than making lines(func) work because such a recipe would also need different attributes, like the sampling density or strategy, for example. These attributes...

> In what use cases do you get either observable args or not? The attributes in recipes are all converted for example. I mostly have enduser code in mind, but...

> The only potential issue that I can see is supporting older versions of Julia. Introducing Requires would have a pretty bad effect on load time... Oh I definitely think...

I looked at Makie heavy deps, and all/most of them are currently used in a manner that doesn't mesh well with switching to weakdeps. For example, KernelDensity is among the...

I'm fine with either decision, either - Makie is lighter with extensions for fancy functionality, MakieFull is Makie + all deps - MakieLight is lighter with extensions for fancy functionality,...

Yeah, backends like `CairoMakie` or `GLMakie` definitely shouldn't depend on `MakieFull` – that would lose the whole point of reducing deps :) Let me know if this idea is supported...

Makie only claims to support Unitful, so I implicitly assumed Unitful in this issue. Probably, makes sense to handle any alternative unit packages separately?..