Ciaran Liedeman

Results 55 comments of Ciaran Liedeman

I see. From version 13 it will [read the relay.config.js](https://github.com/facebook/relay/blob/v13.0.0/packages/babel-plugin-relay/BabelPluginRelay.js#L17) In the meantime you copy the plugin into your project as a temporary solution vite.config.ts ```ts import type { Plugin...

The pinned graphql version is odd. Explanation [here](https://github.com/facebook/relay/issues/3437#issuecomment-830108971)

I have been using the empty-ingress pattern for a while and it works well enough ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: labels: app.kubernetes.io/managed-by: Helm name: example-empty-ingress spec: rules: - host:...

@schmurfy I am using both ingress route (actual route) and ingress (dummy for external-dns). I don't know why you would get a different static ip. Are you possibly running another...

@pcneo83 do you embed the CNAME record directly into the helm chart? I looked at the external-dns CRD but sourcing the target seems like it will be a major pain

Hi @ppbevilacqua Can you share a code sandbox with the issue?

Looks like there is some test interaction failures. Running the TestDeletion in isolation passes but it failes when run together

> Each connection to ":memory:" opens a brand new in-memory sql database, so if the stdlib's sql engine happens to open another connection and you've only specified ":memory:", that connection...