Luca Barone

Results 35 comments of Luca Barone

[Wanderio](https://www.wanderio.com/)!

The actual `--no-2fa` support version seems to be 6.4: https://github.com/sindresorhus/np/releases/tag/v6.4.0 I think we can close this issue!

I'm currently trying using jsdom selectively on affected test files ![image](https://user-images.githubusercontent.com/1144075/181842747-b614b104-a8c1-4db1-8c12-0ac068857798.png)

Yes! I've already tought about that, btw my problem is that my form values structure is nested: ```javascript const values = { email: '[email protected]', posts: [ { title: 'Learn functional...

No I think its ok, the only concern may be performance because I need first to run `spected` to generate the validation results, and then run a `isValid` function over...

I've sketched out a possible `isValid` function, here: http://jsbin.com/seworut/edit?js,output For @daniele-rapagnani : I don't like to integrate the current idea either, but I still think it should be in the...

Sure! Maybe we can add refined version of the @daniele-rapagnani recipe on the future FAQ? ref: https://github.com/25th-floor/spected/issues/82

We don't currently generate the types already, but I personally maintain a set of entity related types, so yes, it would be nice to be able to communicate these types...