Daniel VandenHeuvel
Daniel VandenHeuvel
> However, that's not really what this is about. This is about warning users about the potential issues and informing them about the opt-out. And I see how that can...
By preserve I was thinking also in terms of type (not `===` as in my previous edit*) This issue came up when I was trying to solve an ODE with...
> I am also considering a series of 3 blog posts for that very reason. Definitely agree that this should be broken up. If I were still a new user,...
Right. I was thinking of the case where kwargs used to get silently ignored in recipes but that's not the case here.
`Legend` seems weird. The `entrygroups` isn't an actual attribute, it's just a field defined in the struct defined in the `@Block` definition. But in the methods that are actually using...
There are still some issues with the tests with this approach. I am guessing my method of determining the valid attributes is just not great, e.g. `pallete` and `entrygroups` are...
Should that refactoring be handled in this PR? Currently I'm just trying to give a bandaid fix to my current solution but it could be pretty simple to refine it...
I'll try and get that implemented.
There are a bunch of annoying parts here that I don't understand when trying to convert the kwargs to just be attributes. I think it would be simpler for this...
```julia function MakieCore.__valid_attributes(T::Type{S}) where {S