LoganDark

Results 974 comments of LoganDark

Here's what I use: ```typescript declare module 'levenshtein-search' { export type FuzzyMatch = { start: number, end: number, dist: number } export function editDistance(a: string, b: string): number export function...

> I do ask you fill out the PR description in detail Sorry, I thought linking the issue would be sufficient. fixed.

@joshuaellis anything I can do to help this get merged? The description's been updated, btw.

This should allow an animated `className` prop to actually set an element's `className` rather than just creating a new `class-name` attribute (which is what happens currently). As for running `prettier`,...

(did you mean to remove the GPG signature from my commits?)

oh I see what this is, it was a rebase. give me a few minutes and I can do it myself (with proper GPG signing)

I suppose right now it's impossible for a spring value to even be `null` or `undefined` without an interpolation (at least when using `useSpring`), because of #2295. I'm off work...

oh oops I didn't realize I had another PR open, lmao, one moment

looks like I can't reopen this without making a new one so I will make a new one