Kasper
Kasper
Explore posts from servers
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
Update: i tried again. No difference. Still as slow lsp, and worse dx. Deno 2.2 even crashes when i try to compile. https://github.com/kasper573/mp/tree/deno
14 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
Not yet, it’s a big project and havent had time to do it yet. May give it a go this weekend
14 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
Thanks for the tip! Yeah I’ll try out deno on my project again and see if it makes a noticeable difference
14 replies
DDeno
Created by Almaju on 1/15/2025 in #help
Super slow LSP with Deno + VSCode
I have also run into this. Cant find any information on how to solve this. Surprised this topic isnt talked about more.
6 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
good article! It sounds promising, at least there seems to be good focus on LSP performance. Still haven't been able to find any info on things like project references or specifically LSP for monorepo though.
14 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
That’s a great find! Thank you, I’ll give it a read!
14 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
To clarify, I’m not asking for help to debug the issues in my repo. It could indeed be mistakes in my repo that causes a slow dx. However, my experiment mostly made me realize I don’t know how deno is supposed to perform, or what it actually does with the LSP under the hood in a monorepo. The docs doesn’t mention these type of details. So this thread was more to open a conversation about it in general, not to debug my project! I appreciate the ideas though, thanks!
14 replies
DDeno
Created by Kasper on 1/13/2025 in #help
Typescript monorepo LSP performance
Yes I did follow that guide! I made sure to set up workspaces properly in deno.
14 replies
TTCTheo's Typesafe Cult
Created by mhhmm on 4/22/2023 in #questions
Deploy FastAPI into Vercel
What is this Vercel discussion room you are referring to?
2 replies
TTCTheo's Typesafe Cult
Created by Perfect on 1/4/2023 in #questions
Array with generic vs type[]
Anyway, try changing interface Link to type Link =
9 replies
TTCTheo's Typesafe Cult
Created by Perfect on 1/4/2023 in #questions
Array with generic vs type[]
It's really hard to tell without more context. When asking for help, share your code via codesandbox (or something similar). Screenshoting code is never a good idea.
9 replies
TTCTheo's Typesafe Cult
Created by Perfect on 1/4/2023 in #questions
Array with generic vs type[]
Maybe your Link interface is merging with something that's causing the error?
9 replies
TTCTheo's Typesafe Cult
Created by Emilius on 1/3/2023 in #questions
Stack to build a small game
If you want to do a full stack game, I see no issue with prisma and a typescript backend. But I’d swap out the frontend for at least a typescript compatible game engine for your frontend. React and nextjs seems not so helpful of a choice there.
11 replies
TTCTheo's Typesafe Cult
Created by Emilius on 1/3/2023 in #questions
Stack to build a small game
I’d recommend using a game engine for games. T3 is powerful but really won’t flourish with traditional gamedev. It can be done, but it will give you a warped experience of both webdev and gamedev. If experimenting is your goal however, knock yourself out. I’ve built a number of games with web tech and it’s a fun learning experience. UI obviously works very well. But when you want to do stuff with animations, shaders, physics, then you’ll start feeling the friction and lack of helpful tools in your stack
11 replies