Arthur

Results 69 comments of Arthur

Sorry but why do I have these "Build failed" messages on this repo when I comment ? ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/136232300/d323d450-ca5f-42fa-a9f2-b9caaf2e57b4) Pretty annoying and also super strange

Still experiencing the problem, this is very unfortunate as it blocks a core feature of posthog

I think it is already You have to open the Cursor Settings (Ctrl + Ship + P : then type 'Cursor Settings') Then open under Open AI "Configure Models" then...

Never saw the full message bc it was in a small Notification Ok I added this into the tsconfig "exclude": [ "../node_modules/**", "/node_modules/**", "./[!ambient.d.ts]**", "/.svelte-kit/**", "../.svelte-kit/**", "../src/service-worker.js", "../src/service-worker.ts", "../src/service-worker.d.ts", "../dist/**",...

Ok I did not see the problem anyymore with the new ts confign Clisong the issue

Ok reopend issue as it happened again This is the contents of the tsconfig.json ``` { "extends": "./.svelte-kit/tsconfig.json", "compilerOptions": { "allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true,...

Now trying with this in root tsconfig.json as I am using a monorepo ``` "exclude": [ "**/node_modules/**", "**/.svelte-kit/**", "**/dist/**", "**/build/**", "**/.svelte/**", "**/.vercel_build_output/**", "**/.vercel/**", "**/coverage/**", "**/_/**" ] ``` Maybe the extension...

@ematipico Could you share the option we have to set to get it to work ?

Would be SUUUUPER useful to me, was looking exactly for this