Daniel Knell
Daniel Knell
## Description Adds a generic `Query` type that can be extended to define the return type of dispatching the query. Fixes #99 ## Motivation and Context The current `Any` response...
### Description The return type of a query is currently defined as `Any`, this prevents type-checking, and also limits auto-completion in IDEs. ### Motivation By being able to specify the...
### Description Allow registering regular functions as handlers. ### Motivation Sometimes asynchronous options are not available for handling a request, to handle these cases it would be useful to be...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue https://python-poetry.org/docs/configuration/ specifies which methods are availible to configure poetry, but...
### Description Add a `banshee.extra.sqlalchemy` package containing a transaction handling middleware that will roll back the changes of all handlers, should one fail in the handling of subsequent events. ###...
### Description There is a `TraceableBus` for seeing which messages are passed to a bus, but nothing currently to inspect which handlers were called. ### Motivation Some folk might want...