GeekzMe
GeekzMe
**Describe the bug** Error occurred when register new account when try to give wrong password policy on identity **To Reproduce** add `identityoptions` to `services.AddIdentity` ``` opt.Password.RequireDigit = true; opt.Password.RequireLowercase =...
Its possible to search multiple field using AdvanceSearch? it works when search only one value eg, ```json { "advancedSearch": { "fields": [ "startDate" ], "keyword": "2022-12-10" }, "keyword": "", "pageNumber":...
Just curious, why we must always call context.Items["Account"] = await dataContext.Accounts.FindAsync(accountId); on every request? i mean it always try calling to database on every call to protected route? can we...
Hi, its possible to use it without any store app or play store? i mean if i host my own ipa or apk to my private server?
On pause result was find, the camera still going and stop scanning, but targetLost event never calling. If i remove the pause function, both are calling perfectly. ```js const modelTarget...