Brian Simon
Brian Simon
Honestly I haven't used svelte for many months now, so my interest in actively developing this project has waned. I'll still consider pull requests, and if someone wants to maintain...
Yes, I'll be working on a port to svelte 3 within the next few weeks.
I'm working actively on a Svelte 3 port.
Currently the affixed columns have their positions updated as the user scrolls the main grid horizontally, which is the cause of the jitteryness. We could probably avoid this problem entirely...
I just wrote my own version to replace it. Probably going to be doing that for the rest of my ts-toolbelt usages too
This ObjectPaths type is the code I used to replace ts-toolbelt's `Object.Paths` post-TS 4.9. It's probably not perfect in terms of weird edge cases, but works for what I need...
👍 That code is similar to mine, but doesn't handle unions or circular types