kdevan

Results 25 comments of kdevan

Not seeing captioned.js in the dist folder on my end either. captioned.css is there.

I'm running into the same issue: ``` TypeError: Cannot read properties of undefined (reading 'end') at emitTupleType (/app/node_modules/@rtk-query/codegen-openapi/node_modules/typescript/lib/typescript.js:109480:76) at pipelineEmitWithHintWorker (/app/node_modules/@rtk-query/codegen-openapi/node_modules/typescript/lib/typescript.js:108676:32) at pipelineEmitWithHint (/app/node_modules/@rtk-query/codegen-openapi/node_modules/typescript/lib/typescript.js:108586:17) at pipelineEmitWithComments (/app/node_modules/@rtk-query/codegen-openapi/node_modules/typescript/lib/typescript.js:112140:13) at pipelineEmit (/app/node_modules/@rtk-query/codegen-openapi/node_modules/typescript/lib/typescript.js:108526:13)...

Ah yeah, didn't think of that. Currently, Typescript 4.7.4. I'll test with 4.5.2 and update here.

The function that throws the error seems mostly the same between these versions: https://raw.githubusercontent.com/microsoft/TypeScript/v4.5.2/lib/typescript.js ``` function emitTupleType(node) { emitTokenWithComment(22 /* OpenBracketToken */, node.pos, writePunctuation, node); var flags = ts.getEmitFlags(node) &...

~~`filterEndpoints` and `endpointOverrides` ended up being the culprits. If you add them to the configuration with an empty array as the value then it works. Both parameters trigger the error.~~...

Yeah, in my project `oazapfts` itself is using `typescript` 4.7.4 while `rtk-query-codegen-openapi` is using 4.5.5. Since `oazapfts` is used for typescript generation, nodes are being generated using 4.7.4 and then...

Does anyone know offhand, is there still issues in v4 with subscriptions?

I'm getting the same error but different output. `failed to solve: executor failed running [/bin/sh -c install-php-extensions @composer pdo_pgsql pgsql igbinary redis xdebug]: exit code: 1` In my case I'm...

Aaaaand pecl is back. If you're still running into this issue then it's a separate issue and i'm sorry for derailing.

Yes, double checked, v0.21. 1. Ok well no problem really, i'm not sure it's significant enough for a feature request, for me at least. Just understanding that better helps. 2....