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 9, 2022 - PHP
I'm trying to build the vue-cli demo without success
Could it be because I'm using an unsupported version of node/npm ?
$ node -v
v17.6.0
$ npm -v
8.5.1
yarn install # ok
yarn build # fails
ERROR Error: Cannot find module 'webpack/lib/rules/DescriptionDataMatcherRulePlugin'
Require stack:
- /module-federation-examples/vue-cli/consumer/nod
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 10, 2022 - TypeScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 10, 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 10, 2022 - PHP
Clear recent imports
I don't like to to see such import histories of mine. I understand it's very useful. But clearing "Recent Imports" history individually & clear all option would be nice. Which gives more user control.
ThankYou
-
Updated
Oct 26, 2020
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 5, 2022 - C#
When running 0.3.0 of the docker image without a host variable set but sqlite configured, the app crashes with the following output :
time=2022-04-26T16:20:43Z level=info msg=connected to SQLITE database
time=2022-04-26T16:20:43Z level=info msg=there are no new migrations to run func=doMigration
time=2022-04-26T16:20:43Z level=fatal msg=error executing command: error creating instanc
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 10, 2022 - TypeScript
-
Updated
May 3, 2022 - Go
-
Updated
May 9, 2022 - C++
-
Updated
Apr 29, 2022 - Python
-
Updated
May 9, 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 10, 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.