Artyom M.
Artyom M.
> Seems to be still buggy I wouldn't really call it a bug? The `RenderTreeBuilder` and `AddComponentReferenceCapture` that sets the `Dialog` will be called only after the component is rendered...
I wrote a mini experimental solution that works, but it requires Show to be async. Otherwise, the afterrender will not be called until this method returns. @henon should I make...
@just-the-benno merged the tests. Added the binding to the first two examples, because it's where you can play with other parameters like `ShowBullets` and `ShowArrows` and now with `DisableSwipeGesture` they...
@just-the-benno I'm not disappointed. It was only to to raise the attention that `event` doesn't really work well with this project because it's almost all the way async which forces...
Another way to reproduce: 1. Open https://localhost:5001/docs/overview 2. Scroll down 3. Click on MudBlazor icon to get redirection 4. Open console and the error will be shown immediately As I...
I think this issue is related https://github.com/OrleansContrib/Orleans.Redis/issues/13 > The other possibility (which happens in my case) is to have Redis clustering with no 'Redis persistence' and simply reboot this Redis...
Hello everyone! I wanted to inquire about the current status of this matter. Previously, there seemed to be a significant community interest, with several individuals expressing their willingness to contribute...
Hello! The author of the issue has provided the necessary changes to fix the issue, so it would be great if either the author or the community could create a...
> @ScarletKuro can you explain to me what do you mean by "Without it there is no exception." It means that commenting the `_dotNetRef?.Dispose();` temporarily in the `ScrollListener.cs` was fixing...