Sebastian Mellen
Sebastian Mellen
+1 having this issue as well Edit: Thank you @pbryant-xag! Your solution fixed the issue for me! > Second trace: > > - Resolved by: > `brew install curl-openssl` >...
We were thinking about building our own "hidden OAuth2 dance"... We've come to the conclusion that we don't know enough about security to do so safely. However if Ory builds...
Any update/progress on this?
Would love to see this get merged! It would help us a lot @cerebruminc.
@MichaReiser I think that would be a fair thing to do, but I would more explicitly name the `--apply-suggested` feature as something like `--apply-danger`. In my local `package.json` script I've...
Hi @ematipico thanks for the quick response! My `rome.json` config looks like this: ```json { "linter": { "enabled": true, "rules": { "recommended": true }, "ignore": ["./src/generated/graphql.ts"] }, "formatter": { "enabled":...
I ran into this issue as well.
> It would be great to have an option so that yates can just perform checks based on the schema but not actually perform any updates. Then be able to...