Meinrad Recheis

Results 654 comments of Meinrad Recheis

> 2\. I don't think the snackbar should manage exceptions caused by the caller. Not wrapping the invocation in a try-catch block means that any exceptions thrown by the custom...

@BieleckiLtd What should we write in the v8 migration guide?

Added to [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953#top)

Hmm, not sure about this because `Margin.Default` and `Margin.Normal` would mean the same thing but are different values. We may have to rethink this Margin parameter. The example is also...

I don't know, probably not. But the words Normal and Default kind of mean the same, that is confusing

> Numerical values would be less ambiguous, more practical, and more flexible, but adopting them would represent a significant paradigm shift for the library. Yes, we'll work on that at...

I am closing this. We will address the margin functionality later. In the meantime it could be clarified better in the docs.

This idea works only for things that can co-exist. Most breaking changes can't or else we'd make them in a non-breaking way in the first place (i.e. using the ObsoleteAttribute...