Jonathan

Results 5 issues of Jonathan

Highlight that the code snippet will not work. Most of the time users will simply skim read the docs trying to spot snippets on how to use the code. Since...

Hi, I have been diving deep into the lib and can't stress enough how much of a great project this is! I'm using *flask_injector* and *Flask-Pydantic*, however, they seem to...

@jstasiak, just raising this to get some initial thoughts from you (before I continue making progress on this). I imagined that https://github.com/python-injector/flask_injector/issues/83 could be implemented via something like: ```python FlaskInjector(app=app,...

### Bug Description ``` Launching lib/main.dart on sdk gphone64 arm64 in debug mode... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':keyboard_height_plugin:parseDebugLocalResources'. > Could...

Hi! I have the following experiment, which works exactly as expected 🎉 : Both `webhooks_service` and `body` get injected 👍 ```python # main.py @webhooks_api.route("/exp2", methods=["POST"]) @inject def my_webhook2( webhooks_service: WebhookService...