Bart van Oort

Results 15 comments of Bart van Oort

I see you are using https://github.com/openapitools/openapi-generator, which according to their ReadMe has support for generating TypeScript NodeJS clients :)

I experimented with running `openapi-generator-cli generate -i https://developers.pipedrive.com/docs/api/v1/openapi.yaml --generator-name typescript-node -o .` to see if I could generate a TypeScript version of this Pipedrive client myself, but I'm getting a...

@SpaceOven @RuTsEST Thanks for your answer! I understand that it is difficult to pin down a particular date, but can you give a more concrete indication as to when "in...

Same as @blimmer, I can confirm that https://github.com/reside-eng/jest-runtime (which is basically this PR as a workaround, using @SimenB's suggestion in [this comment](https://github.com/facebook/jest/pull/12205#issuecomment-1110883415)) significantly alleviates the memory leaking problems. I have...

Going by https://github.com/pguyot/arm-runner-action/blob/98b8d5a3228f504a8bd54913ab1e23d70f369c6e/action.yml#L102-L127 it seems that you could input this yourself through the `cpu` parameter for this action, provided that the latest version of QEMU bundled with Ubuntu 22.04 (currently...

Is there a proper fix for this issue yet? Is there anything we can do to help get this issue fixed? @zabil @sriv @BugDiver I commented my findings on a...

> weird - I had this working no issues on my machine. I have come back to it, and the only difference being that I have installed (via npm) axios...

@AndyBrownlie Glad to hear that fixed the crashing 5 times error! > ... now I've got the problem where gauge doesn't recognise the step files (`Step Implementation not found`) despite...

> thanks again for the reply @bvobart You're welcome! > Yeah, I have moved mine but I added a `/env/default/ts.properties` file with the following entry `STEP_IMPL_DIR = ./tests/specs/_steps` and all...

I'm having this exact same problem as well. TypeScript project, VS Code extension, same error being displayed and same logs in the `lsp.log` file. Versions: ``` $ gauge version Gauge...