Beshr Kayali Reinholdsson

Results 9 issues of Beshr Kayali Reinholdsson

Should probably use `quote do` https://nim-lang.org/docs/macros.html#quote%2Ctyped%2Cstring more in the handler macro.

enhancement

and what the macro-itself is doing

documentation

### Description `exceptions.connection_handler` raises `GQLAlchemyWaitForConnectionError` after a timeout has passed. The exception raised passes an argument but `GQLAlchemyWaitForConnectionError.__init__` doesn't take any, as the exception message is predefined. The fix is...

type: bug

In certain situations, it'd be helpful to be able to register additional (nested) routers to the main `BananasRouter` admin router. OpenAPI supports having [path parameters](https://swagger.io/docs/specification/describing-parameters/#path-parameters), which is possibly how the...

The lexicographic comparison python does on strings doesn't achieve the purpose of version comparison here when it comes to version 2.7.10 as (i think) it will be compared as `ord(2),...