Simon Tretter
Simon Tretter
Haha creative solution ;-) do you want to share the headless login code?
Currently not, see https://github.com/simllll/node-radius-server/pull/120
We actually ran into something similar as our project got bigger. But we ended up using a monorepo, with several "seperate" nuxt projects, but all the nuxt projects use a...
Similar issues, which even leads to some very strange and incosistence behaviors on ssr. Did you find any workaround or fix already?
This is actually a side effect of terser webpack plugin. If you disable terser's mangling, things work fine. I added the following in my nuxt config in build.extend() function: ```ts...
Well some time passed, is there anything going on regarding official types? the types from @types/asana are more than wrong/broken.
Well I think it's quite easy to generate your own clien twith typecsript definitions :-) `openapi-generator-cli generate -p apiPackage=apipkg -p modelPackage=modelPkg -p withSeparateModelsAndApi=true -p modelPropertyNaming=original -p supportsES6=true -i https://raw.githubusercontent.com/Asana/developer-docs/master/defs/asana_oas.yaml -g...