Andrew Haines
Andrew Haines
I'm trying to replicate the [account linking sample](https://github.com/auth0-samples/auth0-link-accounts-sample/tree/master/SPA) using auth0-react rather than auth0-spa-js so I think I'm in the same boat of needing a second context to be able to...
Awesome, thanks @lox. Essentially all we want to achieve is - all `command` steps run inside a container (with image pulled from ECR) - the user in that container isn't...
@dmitshur could you please take a look?
It's also quite frustrating with Dependabot updates, because Dependabot uses `npm install --package-lock-only` which does _not_ result in the shrinkwrapped devDependencies being installed. This creates churn with Dependabot removing the...
We also want to be able to do this. I think the problem is that enabling auto-merge is only available via the GraphQL API (the [`enablePullRequestAutoMerge ` mutation](https://docs.github.com/en/graphql/reference/mutations#enablepullrequestautomerge)), and has...
Nope, it's still only possible via the GraphQL API.
> We should also update examples etc to encourage the use of `cerbos.yaml` as the config filename, then we can detect and apply the schema automatically. `.cerbos.yaml` might actually a...
@brophdawg11 thanks a lot for helping with the test case! I found that `` also injects an inline script that references `window.__remixContext.streamController`. I opted to add the nonce to that...
> looking at the [rule comparison chart](https://github.com/bufbuild/protoc-gen-validate/blob/main/rule_comparison.md#maps) in / not_in is not supported in maps at this stage I don't think it's specified in this comparison chart. The chart shows...
@pichlermarc could you please take a look?