Travis
Travis
Middle clicking works instantly. Yes it opens in new tabs, but it beats waiting for that blue react line.
Use the `NotificationArea` control, you can place it anywhere in your app.
I might be missing something, but this works for me: `Task.Run(async () => await Electron.WindowManager.CreateWindowAsync(loadUrl:"https://google.com"));`
Been fighting this for 2 days. I've not been able to get Menu or Select to work unless I specify rendermode in my Routes tag: `` Unfortunately, my app has...
It has to use `HttpContext.SignInAsync()`, or rather it injects a service that utilizes that. `Error: System.InvalidOperationException: Headers are read-only, response has already started.` This is doing almost the exact same...
@flatproject not sure how I missed that, thank you!! That looks like it should work. Update: This did indeed work, thanks all.
> I am seeing the same issue. I tried adding `@rendermode="InteractiveServer"` to both `` and ``, but it still does not work :/ You were close. In your MainLayout change...
Working solution in this project for Mouse and Keyboard states: https://github.com/MarcStan/monogame-framework-wpfinterop
And then use LINQ for joining. Total brain fart yesterday. Need to get out of the navigational properties mode that NHibernate gives you. Thanks @flumbee
> A RedirectTo method for the Blazor SSR without any exception! > > ```cs > public static class BlazorSsrRedirectManagerExtensions > { > public static void RedirectTo(this HttpContext httpContext, string redirectionUrl)...