Davide Muzzarelli

Results 5 comments of Davide Muzzarelli

Hi, same problem using dependency injection: ```python from starlette import applications from starlette import responses from starlette import routing class Ping: def __init__(self, db): self._db = db async def __call__(self,...

It's still relevant to me, I used a nasty workaround in several projects.

The most important functions are the tags "trans" and "blocktrans". It is very useful that Pongo2 could parse the templates and return the trans and blocktrans strings with the file...

Hi @adriaanvanrossum, having clients this aspect is becoming more and more important. According to GDPR, customers should not share their passwords with us, but it is actually the only way...