Sébastien TOUR

Results 2 issues of Sébastien TOUR

Hi. **Problem:** If I run prettier with the plugin on the file containing this import: ``` import { type DELAYED_TASK_NAME, // This is badly interpreted by the plugin DelayedTasksService, PendingTask,...

Hi. I'm using posthog-node 2.0.2 and I get the following error when calling `getAllFlags`: ``` TypeError: undici__default.default.fetch is not a function at PostHogClient.fetch (/node_app/back/api/node_modules/@visage/visage-server-common/node_modules/posthog-node/src/posthog-node.ts:53:19) at /node_app/back/api/node_modules/@visage/visage-server-common/node_modules/posthog-core/src/index.ts:647:33 at /node_app/back/api/node_modules/@visage/visage-server-common/node_modules/posthog-core/src/utils.ts:23:25 at step...