@jlongster I thiknk you could detect when the user scrolls up (with the onWheel event) and turn off auto-scroll. Here's an example https://t.co/wF7FvRMgR8 fully inspired from https://t.co/nIGVjX5IiE
Raycast ร Vercel Giveaway ๐
@leeerob and I are giving away 10 Raycast mugs and 10 Vercel water bottles to 20 followers who:
ยท Follow @raycastapp and @vercel
ยท RT this tweet
Winners announced on Feb 13
Been continuing the work on type based completions for the ReScript editor tooling. Long way to go still, but here are a few recent advances - completing when pattern matching!
Essentially, you should be able to get accurate, contextual completions anywhere in a pattern.
@cnakazawa You could verify that https://t.co/xoOMkDcPat is an instance of HTMLElement (should be safer too I guess)
const listener = (event: FocusEvent) => {
if (https://t.co/xoOMkDcPat instanceof HTMLElement) {
https://t.co/xoOMkDcPat.classList.add("validate");
}
};
@leostera@rescriptlang@deno_land Nice! Thanks for these blog posts, I've enjoyed every single of them so far ๐ค Can't wait to read your upcoming book ๐คฉ
@itsdouges @AndaristRake@reactjs Not sure I understand exactly what problem you're running into but maybe that video from @samselikoff might help? https://t.co/8rzZZ07Oh7
He also made one on useSyncExternalStore btw ๐ค