Joseph Chen

Results 6 comments of Joseph Chen

@OliverMathias @Donlting I'm so sorry for just seeing this. Do you still have the same problem?

Same issue here, My pre-commit complains about the lack of a newline in `swagger.json` and it would be awesome to have some sort of option to include this! It's been...

I don't have this issue with `registration`, but it's an issue with `verification` on my end. Self-hosting and here's my `contrib/kratos/cloud/kratos.yml`: ```yaml version: v0.8.0-alpha.3 dsn: memory serve: public: base_url: http://localhost:4455/...

The official B6 and B7 weights aren't released yet.

If this works, this would be greatly appreciated edit: specify the headers in `fetchTasks` works fine tbh

@lietu I decided to call the `.split` in the `.includes` call since `if contentType &&..` enforces a non-null string, which makes some of the typing clearer. It's a little ugly,...