oliverpool
oliverpool
Regarding debian, would it be possible to package it under a new name? Like `gopass-pw` for instance? It would greatly ease the installation process for those users (still not as...
Do you have any recommendation how to implement this? Should a new endpoint be added? Or simply a new optional `SendEmailTo` parameter to the `link.CreateRecoveryLink` struct. If not empty, an...
I would let the admin choose the email. If the admin knows the UUID, then it is trivial for him to get the email. And I think there is no...
> service desk Since Kratos is without UI, I think this is out of the scope of Kratos. For instance as an admin, I except to be able to change...
> One initiates sending the link to the user’s recovery address I guess that the self-service endpoint already covers this usecase, no? https://www.ory.sh/kratos/docs/next/self-service/flows/account-recovery
Ok, fair enough. I would be willing to take a look at adding the `SendEmailTo` optional field in the current endpoint. Do you have any specific guidance on the implementation?
`?inline` means base64: ``. However the goal would be to have `` (to be able to style it using CSS, not possible with the `img`).
@sheregeda did you read the thread? Especially https://github.com/spaolacci/murmur3/issues/29#issuecomment-607429181 > The fork of `@twmb` seems quite nice: https://github.com/twmb/murmur3
Still failing on zig 0.11.0, but with another error apparently: ``` > zig build-exe -target avr-freestanding -mcpu=avr5 test.zig -O ReleaseSmall LLVM Emit Object... LLVM ERROR: Expected a constant shift amount!...
@kanashimia good to know, thank you! According to https://llvm.org/ version 17.0.0-final should be released next week (rc4 was published last week) :hourglass: