bartek
bartek
I've done some research recently and apparently you can specify generic types by using `interface $$Props` and `interface $$Slots` naming, however I think there are still some issues when it...
Can confirm rolling back to `3.1.3` fixed the issue for me as well
Hi guys, any luck in fixing this one yet? I've been struggling with testing components that use `svelte/transition` for a while now. Any time I apply a transition directive to...
Including "just ignore the red underlines" should never be considered. TypeScript complains for a reason, so this should be fixed, bypassing the linting and disabling ts checks is just a...
I literally checked 2 hours ago if this has been resolved, go away stale bot. I did some digging and it looks like it's the inconsistency between interface `Profile` between...
> I'm having the same problem since updating to **nvim v0.9.x**, I temp fixed by setting the value of `mod_cache` at the top of `gopls.lua` file with the value thrown...
I can confirm I am also having this issue in my `.test.ts` files running through `vitest`. Funny thing is that the file im testing (`user.ts` - that exports a bunch...
I think you could combine `D.get` with `F.equals` if you really need to. Personally I try to keep it as simple as possible and just write the cb functions like...
I'm not sure if by testing you meant writing tests, but Jest and Vitest have a matcher for it `toHaveProperty`. Personally I find very little value in grabbing properties by...
This happens to me pretty much every time I delete a directory using neotree update: actually it crashes even if i dont use neotree to delete it, simply `rm -rf`-ing...