Kyriakos
Kyriakos
the built-in `spyOn()` method is now able to mock getters / setters ie. `jest.spyOn(video, 'play', 'get')` https://jestjs.io/docs/jest-object#jestspyonobject-methodname-accesstype
I don't foresee a conflict between the two. The new laravel directive is singular `@error`, whereas the one provided by laravel-casts is plural `@errors`.
Tested w/ Typescript 4.5.5 ```ts import { NonFunctionPropertyNames } from 'objection' type NonFunctionProperties = Pick type ModelObject = Omit ``` ```ts type PersonModelShape = ModelObject ```
I can certainly look into it
Unfortunately, `yup` does not seem to provide a way for 3rd party methods to extend the locale object. There's a PR https://github.com/jquense/yup/pull/936 attempting to address the issue :crossed_fingers:
message localization support added in v0.4.0
Hello, there is no option to specify which special characters should be allowed at the moment.
I can't think of a valid reason why limit which symbols one can pick for their password so I'll be closing this ticket for now.
Thank you for reporting this @ada-cienciala ! That is indeed good enough reason to reconsider my decision. I'll look into it once I find a free moment. Feel free to...
Sorry for the delay, I'm slowly getting to this. Just wanted to drop a note here for anyone wanting to limit input to OWASP-friendly symbols, such as Cognito users: I...