Mari

Results 10 comments of Mari

I think this _is_ a bug, and to justify that understanding, I'll point out that only the stopped values are like this. If react-spring is correctly calling the function passed...

The workaround is trivial - and, I suspect, so too shall the fix be. ```typescript import {Interpolation, InterpolatorArgs, Globals} from "@react-spring/web"; import {getAnimated} from "@react-spring/animated"; export class FixedInterpolation extends Interpolation...

My apologies - last night I was frustrated and overtired, and I had been wrestling with this problem for far too long before pinning it down to this library (_most_...

I have read the CLA Document and I hereby sign the CLA

Total overhaul to make a much smaller change that uses atoms - how does this look?

> Can you please prettify your change as it seems they are not prettified? It will create unnecessary changes for other contributors who work with prettier. Done.

I haven't encountered this yet, but I can definitely speak to this being undesired, buggy behavior. Between [compositionstart](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event) and [compositionend](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event) events - i.e., when [KeyboardEvent.isComposing](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing) is true, the keydown and...

![Safari bug image, showing an example where Safari sends compositionend-keydown-keyup and Firefox and Chrome send keydown-compositionend-keyup](https://bug-165004-attachments.webkit.org/attachment.cgi?id=470455) Okay - it looks like the issue is _specifically_ that [Safari sends compositionend before...

@dvcrn - could you build the PR version and test that it does, in fact, work around the problem here?

I glanced at the C# Ink code real quick, and while I'm certainly no expert: * NaN does not cause Value.Create to return null * There doesn't seem to be...