Simon Tretter

Results 116 comments of Simon Tretter

@nlf Something else I stumpled upon, I have npm installs inside a docker image that takes up to 30 minutes. Well today, it took even longer, and out of curiosity...

As a side note I also get this error now with latest typescript (4.6.4, not with any version before, and also not with nightly - therefore I guess they fixed...

Update: it "works" in earlier versions only because it's generated to a generic "object": ![image](https://user-images.githubusercontent.com/5757263/169773113-569e1ef9-d24f-4ec4-beef-a85dbcc46a6f.png)

axios-typescript That's the command line: > openapi-generator-cli generate -t openapi-template -p apiPackage=apipkg -p modelPackage=modelPkg -p withSeparateModelsAndApi=true -p modelPropertyNaming=original -p supportsES6=true -i ../../services/admin-api/dist/swagger/swagger.yaml -g typescript-axios -o src/api-client

Not sure if I have the same issue ,but since Saturday (maybe the docker cache delayed it till then, issue could be existing longer) I have: `#6 0.417 c: applet...

works for me too with latest puppeteer (19.x). I published [@hokify/penthouse](https://www.npmjs.com/package/@hokify/penthouse) in the meantime with puppeteer 19.x and the fix here https://github.com/pocketjoso/penthouse/pull/349

Yeah, the issue is quite easy to fix... Check out https://github.com/Flam3rboy/puppeteer-stream/pull/55

Seems to be caused by a dependency circle

I ran into the same thing today again, but now I don't have any circular dependencies.. still not sure what's going on (lerna 5.2.0), but it's for sure that even...