Skip to content
#

federation

Here are 200 public repositories matching this topic...

server
Hekek
Hekek commented Jun 26, 2021

Hi everyone,
I was following this tutorial , then i tried to share a library between the shell and the mfe1 app.
I created the lib outside the workspace directory with one service injected in root, then added it to the tutorial package.json, and imported it in both shell and mfe1.
Inside b

good first issue help wanted dependencies Implementation Detail
writefreely
colin-axner
colin-axner commented Oct 9, 2020

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
elegaanz
elegaanz commented Dec 26, 2019

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

C: Enhancement Good first issue A: Front-End Design
mercurius
capaj
capaj commented Apr 11, 2022

ATM graphiql cannot be used with helmet. This config has worked for me in the past, but I suspect new browser versions broke it:

app.register(fastifyCors)
  const trustedDomains = ['https://unpkg.com']

  app.register(fastifyHelmet, {
    // TODO figure this out
    contentSecurityPolicy: {
      directives: {
        defaultSrc: ["'self'", "'unsafe-inline'", "'unsafe-eval'"].conc
bug good first issue
graphql-kotlin
nateridderman
nateridderman commented Jan 19, 2022

The documentation and examples currently use a deprecated DataLoader constructor from graphql-java. That project's Readme instead uses a factory pattern for constructing DataLoaders - https://github.com/graphql-java/java-dataloader#examples

It was changed mid last year: graphql-java/java-dataloader@3904878

type: enhancement type: documentation good first issue
tyctor
tyctor commented Apr 23, 2021

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

pedramaghasian
pedramaghasian commented Jul 25, 2021

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
good first issue

Improve this page

Add a description, image, and links to the federation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the federation topic, visit your repo's landing page and select "manage topics."

Learn more