shivneri icon indicating copy to clipboard operation
shivneri copied to clipboard

Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance.

Results 1 shivneri issues
Sort by recently updated
recently updated
newest added

I'm following the [rest](https://github.com/ujjwalguptaofficial/shivneri-examples/blob/master/rest/src/guards/user_validator.cr) code example, and I'm having this error in the guards: ![Sem título](https://user-images.githubusercontent.com/67972224/130475116-5df73ea0-b6db-4787-9e8b-b0b794350b4d.png) I already implemented ```check()```, but the error continues ```crystal module Rest module Guard class...