Allan Szewczyk
Allan Szewczyk
> I am guessing that the problem stems from the "diff" library in the dependencies. It has the same unsolved issue with large diffs -> [kpdecker/jsdiff#163](https://github.com/kpdecker/jsdiff/issues/163) > > I suggest...
+1 with `"@mui/lab": "^5.0.0-alpha.69"`
@alinaghale88 As mentioned [here](https://github.com/validatorjs/validator.js/issues/2383#issuecomment-2060491258), the original regex effectively required at least 3 characters, which your revision doesn't seem to do when I tested it. Not sure if it's technically required,...
> > Just fyi; > > This is the basis of the validator: https://gist.github.com/hagemann/382adfc57adbd5af078dc93feef01fe1 > > In my opinion any changes to `isSlug` should still conform to that gist. >...
@alinaghale88 @Zhuochengyu I came looking for an issue with iSlug as basically anything with a special character was passing for me. When using special characters, I noticed that the regex...
@mooreds Would be nice to have it by default, but for now I've just simply added it like so: **oauth2Authorize.ftl** Inside the script tags: ``` function togglePassword() { const passwordInput...