Luis Fernando de Souza Santos
Luis Fernando de Souza Santos
I am also facing this same problem.
It worked great on Windows 10 x86. @MarcinZiabek Thank you very much for the fantastic work. I love this library!
Option to setup a custom username that is different from the email and is still unique for each user
If it's of interest, I have made a fork with this feature (and some other changes), at first I didn't intend to create a pull request and the code isn't...
Option to setup a custom username that is different from the email and is still unique for each user
I don't think any changes are necessary in the ID generation, the UserIdType.UserName option already exists. What I thought is: 1. An option to set the UserName different from the...
Option to setup a custom username that is different from the email and is still unique for each user
That being said... Of course it's your decision, but don't feel compelled in any way. This project is already quite useful as it is. Thank you.
You have a point. I thought about it for a while, but I couldn't come up with a good solution. What I concluded is that, if you have to choose,...
I don't know if it's suitable for you guys, but what works for me is to use this library: https://github.com/brminnick/AsyncAwaitBestPractices The code is as simple as: `document.ShowInPreviewerAsync().SafeFireAndForget();`
The `@bind-Hidden` directive also does not solve this...
Thank you @ScarletKuro, making `RowClick` as non rendering did the trick for now. Do you think I should leave the issue open until a proper fix?