Daniel
Daniel
I ended up with something like this: ```python class ApplicationContainer(containers.DeclarativeContainer): partial_service = providers.Factory(Service, kw="foo") @inject def service(fastapi_dep=Depends(FastAPI_dependency), service=Depends(Provider[ApplicationContainer.partial_service])): return service(fastapi_dep) ApplicationContainer.service = service ``` Later can be used as: ```python...
There is a discussion about this issue on [AUR](https://aur.archlinux.org/packages/pencil). Running pencil from [electron11](https://aur.archlinux.org/packages/electron11-bin) worked for me well. After installation just run `electron11 /usr/lib/pencil/ `