-
Updated
Nov 10, 2021 - Go
subscriptions
Here are 301 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
 etc to do a mor
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Jan 9, 2022 - PHP
-
Updated
Nov 28, 2021 - Python
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 16, 2021 - PHP
-
Updated
Jan 11, 2022 - Vue
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Jan 6, 2022 - Objective-C
-
Updated
Dec 16, 2021 - PHP
https://user-images.githubusercontent.com/49244768/137716852-c91c3b49-d3b0-46ae-a008-12b3d16bafa5.png
Reproducible on Chrome 93
Not reproducible on Ungoogled Chromium 80
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Nov 8, 2021 - PHP
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Jan 3, 2022 - Kotlin
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Oct 31, 2017 - JavaScript
-
Updated
Oct 4, 2018 - Python
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Dec 7, 2021 - Java
-
Updated
Jan 11, 2022 - Kotlin
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