Stephen McMahon
Stephen McMahon
When a layout change happens (e.g. column reorder, column shown/hidden), an event should fire. Use case: I want to be able to save and restore the layout the user has...
I have my HTML content in a string, and my CSS content in another string. I call PreMailer.MoveCssInline(content, css: csscontent) but the output seems to be HTML encoding certain things...
This control looks interesting, it seems very responsive. There are a few things missing, however, that I would require before considering switching. I hope you can implement some of these...
At the moment, we can include static HTML in a Snackbar message. It would be good if we could include Razor content in there. This would probably be facilitated by...
Since lots of people are moving from Twitter/X, would be good to have Bluesky support. Seems the URL for embedded images is of the format: https://cdn.bsky.app/img/feed_thumbnail/plain/ with the zoomed version...
I am using Rebus with SQL Server backing, to send SignalR messages from the server to the client. ``` services.AddSignalR() .AddRebusBackplane(); var conn = configuration["ConnectionStrings:DefaultConnection"]; services.AddRebus(conf => conf .Transport(t =>...