Sat Mandir S. Khalsa
Sat Mandir S. Khalsa
**Which API doesn't behave as documented, and how does it misbehave?** Creating a ConcatenatingAudioSource with lots (~1000) of children takes a very long time (>20 seconds). In my application, users...
**To which pages does your suggestion apply?** The `AudioPlayer .shuffle()` method **Quote the sentences(s) from the documentation to be improved (if any)** The docs currently state that the `shuffle()` method...
I'm creating a GraphQL client that persists mutations when offline and runs them when the client comes back online. I'd like to request that we make the GraphQLQuery class JsonSerializable...
In iOS browser, when a track is playing and I add a second track to the playlist, the first track stops playing. It works correctly in desktop chrome, but not...
If I play song A and while it's playing try to play song B, the app freezes without an error. However, if I first stop song A, everything works correctly.
The autogenerated queries are currently returning nullable lists of nullable types. For example, if I've defined the following type: ``` type Song { id: ID! name: String! artists: [Artist!]! @relation(name:...
I'm having trouble using fragments on both fields and subfields in the same query. For example, when I make this query... ``` fragment ArtistFragment on Artist { albums { name...
Assuming I have the following GraphQL type: ```graphql type AudioListen implements Activity { id: ID! user: User! audio: Audio! } ``` I'd like to be able to add a wildcard...
@lelandrichardson has AirBnb continued working on this privately? Or has development stalled? It looks like the last commit was made a month ago.