Farouk Ahmed YEDDOU
Farouk Ahmed YEDDOU
## Describe the bug when using `oneOf` with groups of validation it returns all the errors of a group ## To Reproduce 1. use oneOf ``` oneOf([ [ body('name').equals('foo'), body('age').exists().isInt()...
Hello, I am planning to use `adonisjs` with `adonis-mongodb` but I want to know if it does support `cosmosdb` since all I generally do is just replace the connection string...
# Description This PR adds signTypedData functionality to the wrapped-keys package, enabling users to sign EIP-712 typed data using encrypted Ethereum keys. The implementation includes both the API layer and...