GP

Results 120 comments of GP

@isaacs I have the same issue (cannot load external `tsconfig` files via `extends`), and when I try to add the suggested plugin, I get this error – ``` $ tap...

@isaacs FWIW, this issue persists with the latest release as well. ```diff - @tapjs/core 1.5.2 + @tapjs/core 1.5.3 - @tapjs/test 1.4.2 + @tapjs/test 1.4.3 - @types/node 20.12.7 + @types/node 20.12.10...

> Had to manually install @tapjs/core and was finally able to run plugin commands @brenc How did you do this exactly? Would you mind walking me through those steps?

With the latest release, I'm (EDIT: not) able to get past the error installing the `tsx` plugin with `tap plugin add @tapjs/tsx`. ```diff devDependencies: - @tapjs/core 1.5.4 + @tapjs/core 2.0.0...

Correction, the plugin installation no longer seems to be possible – ``` $ pnpm tap plugin add @tapjs/tsx installing: [ '@tapjs/[email protected]' ] added 130 packages in 18s 33 packages are...

I've got this working with these steps – 1. Remove the `@tapjs/typescript` plugin ``` tap plugin remove @tapjs/typescript ``` 2. Install the `@tapjs/tsx` plugin – manually, without the `tap plugin...

Note that the above changes work locally, but not in a CI environment (https://github.com/paambaati/codeclimate-action/actions/runs/9222795319/job/25374681232?pr=747) – `tap` still seems to be trying to use its own forked version of `ts-node`. That...

> I just pulled in the tsconfig/node20 fixes, if you update to tap 19.0.1, it should load this fine. @isaacs Can confirm the latest version fixes the `extends` `tsconfig` issue...

@MikeShi42 Here’s an unordered list — 1. Automatic instrumentation + logging of all routes. 2. Automatic error handling - `handleError` hook so that errors are sent to HyperDX. 3. Automatic...

:tada: This issue has been resolved in version 2.0.0-beta.1 :tada: The release is available on: - [npm package (@beta dist-tag)](https://www.npmjs.com/package/neon-sdk/v/2.0.0-beta.1) - [GitHub release](https://github.com/paambaati/neon-js-sdk/releases/tag/v2.0.0-beta.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket: