Henning Perl

Results 26 comments of Henning Perl

The only way I see is to add special cases in the binding creation process for handling `char *` with a defined length. To be precise, I see two cases...

Concerning 1), it is always the case that the integer directly follows the `char *`, it is not necessarily the last argument. However, we only need to set one parameter...

Hi, and thanks for your contribution! It looks quite solid already, but could you add some tests to see that it actually works? Thanks!

/cc @zepatrik @tomekpapiernik

Hi @tomekpapiernik, I addressed all comments :).

Hi @omerlh, you are right, empty relations are currently not supported through the UI. You can use a wildcard `...` in place of an empty relation. But I think your...

Hi, I agree that if the recovery tokens remain tied to the recovery address, then the address should not be recreated every time the identity is updated. Maybe this can...

@zepatrik @kelkarajay how should we proceed with this PR?

If we go ahead with this I think the best query syntax is `/admin/identities?ids=id1&ids=id2&ids=id3`, so that it will get parsed into an array through Go: https://go.dev/play/p/MkdZWEX7s26 Other than that I...