Jonas Hungershausen
Jonas Hungershausen
Currently, eva-icons only works in browser-environments. It would be nice to have the ability to use it in static site generators (like [11ty](https://www.11ty.io/)) as the generated SVGs are static and...
This PR introduces a new `code` strategy to recover an account. Currently, if a user needs to initiate a recovery flow to recover a lost password/MFA/etc., they’ll receive an email...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
As mentioned on Reddit it would be awesome to have support for Sass and Less. - Sass: https://www.npmjs.com/package/sass - Less: https://www.npmjs.com/package/less Also, I would love to do this. Anything I...
Hi, I just recently updated to Ubuntu 18.10. Now I'm getting a segfault error when trying to start the installed version (via the .deb release package or snap version). The...
## Related Issue or Design Document ory/kratos#1451 ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [x] I have referenced an issue containing the...
Node 18 changed the lookup order for `localhost` to prefer IPv6 over IPv4 (see https://github.com/nodejs/node/issues/40537). Expo seems to only bind to IPv4 for now, which results in `ECONNREFUSED` errors when...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/docs/blob/master/CODE_OF_CONDUCT.md). -...
This should be implemented by using the `flutter create` commands.
This will require to - proxy requests and write the info that's relevant to the user to a custom console? - Write a notification and command handler - ...? The...