Yannick Stachelscheid
                                            Yannick Stachelscheid
                                        
                                    Seems like apollo doesn't provide a way to only display a loading spinner if there was a cache miss. https://github.com/apollographql/react-apollo/issues/2739
This is a big and also tricky topic. According to [reports](https://www.reddit.com/r/html5/comments/5mwyxr/html5_m4a_audio_only_compatible_with_safari/) browser support for `m4a` might not be given, because it's only a container format and it depens on what...
Another file format would be `acc` because it's the successor of `mp3` and it has a fairly good [browser support](https://caniuse.com/#feat=aac).
Alright, so I did some tests with random `m4a` files from my hard disk (both songs and audio podcasts). It seems like if we set the proper content type header...
@Ajnasz I totally agree with you. This has nothing to do with accidentally including node_modules into their chrome extension, but is just annoying during development. @dcousens Is there any suitable...
For us even the most simple groqd query results in this issue, which makes the library unusable, since we cannot inline all the queries. Disabling declaration emit is also no...
@cenobitedk That works indeed for clicking on the trigger, but it doesn't restore the whole UX, since e.g. handling outside click would require `onOpenChange`, which is triggered twice on Safari...