Adam Karafyllidis

Results 9 comments of Adam Karafyllidis

Same exact thing happens to me also. Any update on this?

I do not think so because you prepend -- at flags and in the command for ts project references, the arg for project tsconfig has none. I find it difficult...

Ok I'll try to find time to implement it! Thanks

Yes I think this will resolve it! This will contradict the `project` flag. Setting `project = false` so no default flag is used, will be needed.

Hello guys, I am the one that implemented the coc-nx port. I am using nx and I want to get into neovim, but this simple (as far as I can...

As an almost total newbie to nvim editor and lua, I will wait for it to be ready and check someone elses nvim config! Thanks!

> @yioneko Does this work on macOS? I set nodePath in `/usr/local/bin/code`, but it opens a VS Code instance instead of executing the code. I also tried on Arch linux,...

I use tanstack start to generate static pages. In my `vite.config.ts` I have the following: ```ts import { allPosts } from "./.content-collections/generated"; export default defineConfig({ server: { port: 3000, },...