Julien Gourdon

Results 13 comments of Julien Gourdon

I finally find what's happening, i needed to add this line on the host configuration in the server project (program.cs) webBuilder.UseStaticWebAssets(); like this public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args)...

@jvintzel do you have some news about the msix core support of windows service ? I actually try to install a .net core 3 app as service with msix install...

@fubar-coder is editing office distant file is on your scope ? (see https://github.com/FubarDevelopment/WebDavServer/issues/69)

@fubar-coder awesome, if you need some help for test, coding or debugging let me know, actually a webdav server is the only piece I miss to migrate definitively my app...

Thanks for your reactivity ! i push a simple repro here : https://github.com/julienGrd/BlazorWebAssemblyBugEventAggregator - launch the app and open javascript console - there is a ListenerComponent 1 which listen message1,...

Not works for me ```` @(await Html.RenderComponentAsync(RenderMode.Server)) ```` the div with class my-loader not disappear after the app is rendering, so my loader never disappear

> I'm experiencing a similar issue on this line > > https://github.com/RobinHerbots/Inputmask/blob/f1cc9e3e05b85c5cf38e41232f475ecada1826ed/lib/eventhandlers.js#L364 > > that only happens in some tests I have that insert and remove inputs so quickly that...

Hello guys, this issue is still active in 1.9.0 with chrome last version. its a really bad bug, im surprise it was not solved in two years. Is this library...

as a workaround guys you can listen to the input change event, it will work on both case (select date on the date picker or write directly) ```` var lObj...

yeah same behavior here https://github.com/yabwe/medium-editor/issues/1600 anyway this project is dead and full of bug, i will begin to search for another library for editing HTML