David Lauzon

Results 3 comments of David Lauzon

Another pnpm user here, found another workaround without downgrading anything: ``` pnpm add @nestjs/azure-func-http pnpm add @azure/functions pnpm add @schematics/angular nest add @nestjs/azure-func-http ``` This finally gives this output: ```...

that would be a nice addition !

This Poetry setup has worked for me using Python 3.9 : ### pyproject.toml ``` [tool.poetry] name = "aiexplore" version = "0.1.0" description = "Exploring OpenAI" readme = "README.md" [tool.poetry.dependencies] python...