Brandon Sprague
Brandon Sprague
Hi there, First time Ory-er (Kratos-er?) here, thanks for building great software! I think some of the docs need to be updated ([example](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#create-registration-flow)), because they show the `createRegistrationFlow` response containing...
Update: Ignore this, my issue is different, seems to be a problem with using too new of a version of `k8s.io/api` I hit what appears to be a variation of...
> @bcspragu if you are still interested / haven't solved your problem yet, consider this: I ran into the same error message and as it turns out, the problem was...
I hit this today with something like: ```yaml environment: - DATABASE_USER=${DATABASE_USER:-postgres} - DATABASE_URL=${DATABASE_URL:-postgresql://$DATABASE_URL:somepassword@host/database} ``` No variation of the last `DATABASE_URL` (eg. `$DATABASE_URL` or `${DATABASE_URL}`) gets resolved, it always stays as...
Just ran into this and can reliably reproduce it. Interestingly, the first time I noticed it was on a TODO, where I did something like: ``` - TODO /sched... ```...
Related, but not quite the same thing. #125 is about renaming the default mailboxes, but not necessarily about changing which ones exist, and what roles they have. I think both...
EDIT: I understand the error of my ways: columns are basically AND'd together (like in Helix ` %p ` matches "fuzzy results for `` that fuzzy match file names for...
> In [#53](https://github.com/helix-editor/nucleo/pull/53) there was some discussion about allowing 'or'-style patterns, and Pascal commented that adding a general 'OR' mechanism which also works between distinct columns would be reasonable; see...
The use case I have for this is building things with Bazel: ```bash bazel build //path/to/some:image_tarball # Then load it into Docker docker load < bazel-bin/path/to/some/image_tarball/tarball.tar ``` Docker outputs `Loaded...
Thanks for testing it out! I hadn't even considered using localstack to test. The telltale signs that it's working are: 1. Logseq shows the green dot on the cloud sync...