true2thepen
true2thepen
Try restarting Chrome(Ver. 69.0.3497.100). I had same problem under Windows 10 using Chrome. Solution was to exit Chrome and then from Visual Code(Ver. 1.28.2) do PrintCode again. This time print...
Need Linux support in FFmpegKit Flutter.
Currently working on adding this. Settings Page for Role Authentication currently looks like:  Have not upload any changes to github as of yet. Have other issues to solve before...
This is failing 2 tests. I have yet to discover why. It works on the dev server. I did find during all these failed test that I inadvertently allowed the...
@nicumicle Help please. Are the following two test possibly incorrect. Both mock a password of 1234 and send a password of 123. It's the only reason I can see that...
Found the problem in the tests. When you change the authentication to allow username to contain either the username or the email, you need to account for this in the...
Would it not be better to check in the current endpoint as is whether the user passed an email or username via the username field? This would, IMHO, be better...
@nicumicle I have created a patch to allow the username field to contain either the username or email for the /auth endpoint. I have tested it on my local dev...