federation
Here are 202 public repositories matching this topic...
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
May 17, 2022 - PHP
Hi everyone.
I'm working on adopting module federation on my project and I've found something I think it might be a potential bug.
I have one remote, one host application and one components library, the library is declared as ESM module via "type": "module" in the package.json, also both applications and the library consumes styled-components so I declare this dependency as shared.
Th
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
May 17, 2022 - TypeScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 17, 2022 - TypeScript
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
Hi, ¿Is Subscription a reserved type Name? i expect to redefine Subscription rootType name as stated on graphql specs: https://spec.graphql.org/October2021/#sec-Root-Operation-Types
Steps to reproduce
Given following example:
'use strict'
const Fastify = require('fastify')
const mercurius = require('..')
const app = Fastify()
const Series = [{
name: 'Serie1',
s
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
May 9, 2022 - Go
-
Updated
May 9, 2022 - C
-
Updated
May 17, 2022 - PHP
The light and dark themes, as they exist currently, are wonderful. However, for those of us who set our theme dynamically, it is frustrating to have to manually adjust the theme in settings whenever the sun (dis)appears.
It would be wonderful if we could add an Automatic (Light/Dark) theme that utilizes either some media queries in CSS for prefers-color-scheme or, if that's not possible, ev
-
Updated
Oct 26, 2020
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 5, 2022 - C#
Token reuse just gives Internal Server Error, would be nice to get something a little more informative :)
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
May 17, 2022 - TypeScript
-
Updated
May 3, 2022 - Go
-
Updated
May 17, 2022 - C++
-
Updated
Apr 29, 2022 - Python
-
Updated
May 16, 2022 - Elixir
serious problem !
hello,
I encounter this error when executing the project :
[Nest] 22613 - 07/25/2021, 4:34:24 PM LOG [InstanceLoader] EventStoreModule dependencies initialized +1ms
[Nest] 22613 - 07/25/2021, 4:34:24 PM ERROR [ExceptionHandler] Nest can't resolve dependencies of the CommandBus (?). Please make sure that the argument ModuleRef at index [0] is available in the CqrsMo-
Updated
Nov 12, 2021 - Java
-
Updated
May 17, 2022 - Rust
-
Updated
Jan 21, 2022 - Scala
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."

Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.
This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.