The Wayback Machine - https://web.archive.org/web/20220324192034/https://github.com/topics/federation
Skip to content
#

federation

Here are 199 public repositories matching this topic...

server
Librechain
Librechain commented Oct 15, 2021

Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).

While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit

feat help wanted good first issue
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
j
j commented Jul 28, 2021

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
        }
   
enhancement 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