stephen
stephen
Hello, I'm trying to run this library against a 2022 frame tv (model: QN65LS03BAFXZA). Non-art mode commands seem to work fine (i.e. `tv.run_app('3201606009684')`), but art mode commands over the websocket...
Ideally, we do not need the `useLanguageServer` flag, or at least enable it by default. This might require either running `graphql-config` locally to find configuration files, or making the language...
Support fragment importing strategies when checking validity of queries, i.e. for argument usage.
I can repro this in my own code and in the examples in Safari 18.0.1 (macOS 15.0.1). See video: I drag and release Angie without repositioning anything, then in the...
When using `pointers.touch = true`, conditionally calling `preventDefault` has flaky behavior in iOS
**Describe the bug** I want to conditionally call `event.preventDefault` to cancel scrolling (use case: implementing pull to refresh where my custom behavior only happens at the top of `scrollTop`). On...