Results 765 comments of daxpedda

After some digging into this lately, all these APIs are meant to represent ellipsis. - Web should move all `WindowEvent::Touch` to use [touch events](https://developer.mozilla.org/en-US/docs/Web/API/Touch_events) instead of [pointer events](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events). These expose...

Just stumbled on [`Navigator.maxTouchPoints`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/maxTouchPoints) as well, didn't dig into cross-platform APIs yet.

> When will this be released? I'm going through my `wasm-bindgen` backlog right now, with luck today, otherwise tomorrow (TM).

> So my questions are: > > 1. Is there any usage above that is not officially supported by wasm-bindgen? I don't see any. Looks fine to me. > 2....

See [`::addr()`](https://doc.rust-lang.org/1.84.0/std/primitive.pointer.html#method.addr-1).

> AFAICS this change is additive so this: > > > Added KeyboardInput::repeat signifying if this event was sent in response to a "key repeat" event or not. > >...

> I believe that there is value in `PartialOrd` and `Ord` for all of these types! Even though the ordering may not have _semantic_ meaning, it is still stable and...

@Liamolucko is this something you are able to review?

> So I hope you're leaving public functions that call public functions/constructors in place? Yes! Let me know if I missed any.

Apologies, I noticed indeed that this should have been `DecafScalar`. I'm currently preparing another PR where I try to fix those names, because having a separate scalar for each curve...