doncatnip
doncatnip
https://github.com/encode/uvicorn/blob/master/uvicorn/protocols/websockets/websockets_impl.py Every time a new websocket request comes in something like this appears in the logs: INFO [uvicorn.error] ('127.0.0.1', 47014) - "WebSocket /api" [accepted] This is slightly confusing since it...
since Blank is restricted to the String datatype only maybe on_blank should not be a thing - and if we want to keep it, a string containing whitespaces should count...
When #14 is done, tagging needs to be reworked as right now nested tag parameters work as follows: o = MyComposedValidator(taggedValidator_validationParameter=42) with under_score naming this would not be possible.
Refactor kanone to use under_score instead of camelCase for variables, parameters and function names