federation
Here are 173 public repositories matching this topic...
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Aug 18, 2021 - PHP
on latest develop, if I run:
go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Aug 23, 2021 - TypeScript
Hi guys
I am trying to make a shared file, such as context/redux/vuex (i am using vue) but after build i got only a white page, no errors. I thought it was some sort of vuex problem, so i decide to try it as a simple file exporting a object with a function, just it. I've used bi-directional and [shared-r
Is your feature request related to a problem? Please describe.
It may be hard to understand why a post is in one of our timelines, especially in the case of someone boosting/linking someone else you don't follow, or when the same post appears multiple times because it got boosted.
Describe the solution you'd like
Adding a little "X boosted/liked" indicator to each concerned card
-
Updated
Aug 23, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related
It looks like the Mercurius Gateway service expects "errors" to exist in the response, however, if I have a fastify plugin that throws an error before it ever hits GraphQL, then the gateway emits an error.
{
"errors": [
{
"message": "Cannot read property 'profile' of undefined",
"locations": [
{
"line": 2,
"column": 3
}
-
Updated
Aug 20, 2021 - C
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 23, 2021 - PHP
-
Updated
Oct 26, 2020
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Jul 12, 2021 - C#
Is your feature request related to a problem? Please describe.
Scenario:
Alex wants to create a list that both Alex and Elham can add books to directly, but nobody else. Currently the only option available is curated, but this allows anyone to suggest books and does not allow Elham to add them directly.
Describe the solution you'd like
I would like a fourth option called "L
Hi
is there posibility to set key_file and cert_file content in configuration instead of path?
my application is runing inside docker, so this files are not stored on local filesystem,
but i can set it from outside via variable in os.environ
probably i could do some workaround, and save content into file temp file and set this file,
before saml2 config is parsed
but i am asking her
Need simpler example
-
Updated
Aug 23, 2021 - C++
-
Updated
Aug 16, 2021 - Go
-
Updated
Aug 23, 2021 - TypeScript
-
Updated
Aug 22, 2021 - Python
-
Updated
Dec 25, 2018 - Java
Token reuse just gives Internal Server Error, would be nice to get something a little more informative :)
-
Updated
Jun 23, 2021 - Scala
-
Updated
Aug 23, 2021 - Elixir
-
Updated
Mar 16, 2021 - Go
Improve this page
Add a description, image, and links to the federation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the federation topic, visit your repo's landing page and select "manage topics."

We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations