-
Updated
Aug 29, 2021 - Go
subscriptions
Here are 294 public repositories matching this topic...
Is your feature request related to a usage problem (not a bug)? Please describe.
There is one dropdown in the playlists menu that doesnt matches the theme.
Describe the solution you'd like to see implemented
Match dark theme.
Describe alternatives you've considered
None.
Screenshots
.
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Aug 16, 2021 - Python
-
Updated
Sep 28, 2021 - PHP
-
Updated
Aug 24, 2021 - TypeScript
-
Updated
Oct 13, 2021 - PHP
-
Updated
Oct 1, 2021 - Objective-C
-
Updated
Oct 14, 2021 - PHP
-
Updated
Oct 14, 2021 - Vue
-
Updated
Oct 13, 2021 - TypeScript
It would be nice to be able to either set default volume in settings or remember the volume that was set by the user. Currently i'm using a media.default_volume in about:config, but that's only for Firefox-based browsers and the html5 player.
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 13, 2021 - PHP
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Oct 31, 2017 - JavaScript
-
Updated
Oct 4, 2018 - Python
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Oct 9, 2021 - Kotlin
-
Updated
Oct 8, 2021 - Java
-
Updated
Aug 12, 2021 - HTML
-
Updated
Oct 12, 2021 - Java
Improve this page
Add a description, image, and links to the subscriptions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the subscriptions topic, visit your repo's landing page and select "manage topics."
What happened?
Stepping through the code and it seems that the same OperationContext is added twice to the active context.Context. This happens just before the call to exec.DispatchOperation at:
https://github.com/99designs/gqlgen/blob/master/graphql/handler/transport/http_post.go#L51
then at the top of exec.DispathcOperation at:
https://github.com/99designs/gqlgen/blob/master/graphql