cirrusone

Results 6 comments of cirrusone

This looks excellent -> https://github.com/lain-dono/egui_docking

@aiekick - these are really nice themes. May I ask what the font is for the text?

Is this a reasonable way to use Mediatr without any foreseeable issues? App DI: ``` protected override void RegisterTypes(IContainerRegistry containerRegistry) { // MediatR DI dryloc var container = containerRegistry.GetContainer(); container.RegisterDelegate(r...

I actually changed to `Microsoft.Toolkit.Mvvm` as the messenger suited my use-case better. It also allows me to register lots of message types without lots of interfaces. _Since it targets .NET...

@danroth27 Can you also consider what happens if user device/browser does not support WebAssembly. Currently the User-Agent header appears to be the only way to detect device details which is...

Thanks. Just had a look through some previous closed comments and it looks like it is possible but a decision was taken to not apply to some panels as it...