Oleg Savelos

Results 18 comments of Oleg Savelos

If I understand you correctly you would want to load your certs from file system and have the http server using them on ESP32 ?

Ok then it should be possible. First of all you need to have your certificate and private key in pem format , here is an example on how to convert...

Guys its been years now, any chance you could actually fix this ? @Sonorpearl As a solution I have just copied their protocol implementation from the aspnet source and made...

WPF .NET 6.0.15 Windows 11 22h2 22621.1265

> @olegsavelos Thanks for providing the info. We've added it to our bug backlog. Thanks! So you can confirm its a bug ?

I have tried specifying the language in OnWebViewInitializing event handler `_BLAZOR_WEB_VIEW.BlazorWebViewInitializing = new EventHandler(OnWebViewInitializing);` ``` private void OnWebViewInitializing(object sender, BlazorWebViewInitializingEventArgs e) { e.EnvironmentOptions = new CoreWebView2EnvironmentOptions() { Language = "gr",...

@novac42 Is there any updates on this issue ?

> @olegsavelos sorry it's in our backlog but due to resource limitation we haven't got chance to work on it. May you help us understand the urgency of this issue?...

@novac42 is there any update on this issue or any workaround ? I cant be sure but it looks like the problem is related to input [language change message](https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-inputlangchange) I...

Adding to my previous comment I can add the following. If any other window has focus (foreground) changing language with shortcuts alt+shift does cause the User32.GetKeyboardLayout to report correct language...