Max
Max
@ckdanny @bgulla Thanks. I'll fix the problem with missing documentation. Right now you can use docs in PDF format: https://github.com/uzumaxy/pymodbus3/blob/master/doc/pymodbus3.pdf
Hey @nagesh-chowdaiah , I'll investigate this issue and prepare unit tests / fixes. Thanks!
Hey @nagesh-chowdaiah , In the [38f1d19](https://github.com/uzumaxy/pyvalid/commit/38f1d19b612fc67a2877d6b2e637c971e2ceea77) commit I've added the unit test based on the example, which you provided. It causes the same exception. I'll try to find the root...
It would be great, thanks @Aparna-BS !
Hello @nagesh-chowdaiah , I'm planning to provide an ability to validate the data against the schema. Here's a good example of schema-object mapping: https://mongoosejs.com/docs/guide.html In most cases it will be...
Hey @nagesh-chowdaiah , Yep, you've got the idea :) I also think it would be nice to provide an ability to use [built-in or custom pyvalid's validators](https://uzumaxy.github.io/pyvalid/content/modules.html#module-pyvalid.validators) for schemas. Something...
Hey @nagesh-chowdaiah , > what should role=UserRole do? I just wanted to demonstrate that it shall be possible to valide the function with the multiple parameters and use Schema as...