fedej
fedej
Not sure what the risks are but I have setup nginx to proxy grpc-web requests using its JS module and a little configuration for a toy project of mine. [This](https://gist.github.com/fedej/07d29e86bc29061be1f5bb993adab6ff)...
Don't mean to beat a dead horse but I do think you can use contextvars (top-level module) without problems when starting nested tasks. Made this minimal example: https://gist.github.com/fedej/8957769ff3db3b377d06f4bb74bcef77 Maybe I...
I'm not familiar with these protos, are they independent or are they part of Google APIs' definitions? I'd be inclined to add the dependency if it is the former. Alternatively,...
In the end I added an optional mechanism to add paths as `proto_path` arguments from installed packages. I don't think adding support for specific APIs is a good idea because...
If I remember correctly, at the time, it was part of my use case. I no longer use poetry or the plugin and have no time to maintain anymore. So,...
> [@fedej](https://github.com/fedej) I no longer have time to maintain it. If you want to submit a PR, I can review it, or feel free to fork it