George Allakhverdyan
George Allakhverdyan
also +1 for request scoped if possible
Same problem here, an upstream dependency `fabric-common` that uses nano, ends up breaking some of our nestjs downstream deps that require httpService (which uses axios)
For anyone who comes across this issue, I resolved it by adding a `--root my_company_name` CLI option to my protobuf generation steps. The issue was our proto package's `Timestamp` generated...
@davidkhala I couldn't find your scripts for generating the protos. If you point me to the script I could make the PR.