eggsa

Results 10 comments of eggsa

Looking forward to get access to the source code to adapt the smart features to MudBlazor components. Without source code its pretty much useless.

Looking for the same feature. I wrote the Rollbar support. But it appears that Rollbar.NET is dead. There has basically not been any update for more than 2 years. And...

@tillig I can do a PR. However, I think the "Configuration Method Naming Conventions" section should turn into a sub section of the startup chapter. Something like - Quick Start...

@tillig How about putting a link to the **autofac sample** at https://learn.microsoft.com/en-us/aspnet/core/migration/50-to-60-samples?view=aspnetcore-7.0#aspnet-core-6-7 into the documentation for the new "minimal hosting model in ASP.NET Core 6.0". This will probably not do...

> Interesting, my impression was that this was how the v3 api already worked :/ [Source](https://docs.sendgrid.com/for-developers/sending-email/personalizations#sending-two-different-emails-to-two-different-groups-of-recipients): > > > When sending an email with the v3 Mail Send endpoint, you...

@henon @ScarletKuro Adding you here because to me its an important feature I am happy to discuss.

This does indeed seem to address issue #5399 as well. Once I have the go I will start implementing the feature.

After some hours of researching I came up with a proof of concept that I wanna show first before I fully dive into the implementation. I was hoping to be...

@henon This will work. Its not very clean, but I guess thats simply a limitation of Blazor. I will add this to the documentation if you think its okay to...

I noticed that the first input uses padding whereas the second input uses margin. It appears that a click inside the margin area does not fire the event whereas a...