federation
Here are 169 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
Jul 28, 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
Jun 1, 2021 - JavaScript
-
Updated
Jul 31, 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
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
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 22, 2021 - C
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
Jul 22, 2021 - Go
-
Updated
Jul 31, 2021 - PHP
-
Updated
Oct 26, 2020
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Jul 12, 2021 - C#
There are a handful of fields that store arrays or multiple foreign keys. Right now, the user is expected to enter a comma separated list of values, which is parsed into an array and, if it's a foreign key, matched with existing entries. It's cumbersome!
Examples include:
- Authors' aliases
- Books' authors
- Books' languages
I think it would be good for there to be javascript which en
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
Jul 28, 2021 - C++
-
Updated
Jul 25, 2021 - Python
-
Updated
Jul 27, 2021 - Go
-
Updated
Jul 31, 2021 - TypeScript
-
Updated
Dec 25, 2018 - Java
-
Updated
Jun 23, 2021 - Scala
-
Updated
Jul 27, 2021 - Elixir
Token reuse just gives Internal Server Error, would be nice to get something a little more informative :)
-
Updated
May 19, 2020 - TypeScript
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