Kilian Valkhof

Results 187 comments of Kilian Valkhof

*Interactions* Not technically an "interaction", but asking about [scroll-margin](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin) on the interaction page would be nice. *Units* Here's a full list of CSS units that I've gathered for various uses...

> I think that's probably contained within scroll-snap? Or is it a separate thing? It's a separate thing, to control the offset when someone scrolls to a fragment identifier. You...

There are quite a few keys that can't be captured with Mousetrap (like function keys) or other renderer-based libraries, so that's not always an option.

v1 vanilla route convention, but all my routes are wrapped in a __supabase folder that provides the supabase context, maybe that causes the issue?

sent you a DM through Twitter!

The `appearance` property might be too niche, but I think it'd be interesting to see under `other features` as a gauge for how many people replace existing form elements rather...

Dynamically injecting a viewport tag depends on browser sniffing which can easily break. While in some situations it might be okay to omit I would very much consider it an...

I am now running into this consistently on windows 11 (regular x64), seemingly out of the blue. @khwaaj Let me know if you want me to test anything specifically to...

I have this issue too. I forked the repository here: https://github.com/kilian/react-native-draggable-flatlist and applied the changes from https://github.com/computerjazz/react-native-draggable-flatlist/pull/550 and https://github.com/computerjazz/react-native-draggable-flatlist/pull/551 in the hope that updating support for reanimated 3 fixed the...

Applying (the changes made in) this patch fixes this specific glitch: https://github.com/computerjazz/react-native-draggable-flatlist/issues/561#issuecomment-2511831441 but now occasionally after drag the cells either animate out of view or jump around in a different...