Quentin Gliech
Quentin Gliech
Related issue: matrix-org/matrix-spec#636 Related MSCs: matrix-org/matrix-spec-proposals#2965, matrix-org/matrix-spec-proposals#2966, matrix-org/matrix-spec-proposals#2967 --- In this MSC, there are a few areas that still need work. First, it outlines different profiles of clients. One important...
I think an important part of this would also be to be able to advertise what actions are available with each login method, e.g. ```json { "flows": [{ "type": "m.login.password",...
> But... before I go through asking you to fix the docstrings 150 times... please can you fix the docstrings to match the new arguments? Right, I missed that. Fixed!
@richvdh Sorry about that, I don't know why I did not resolve those comments before re-requesting the review last week It should be ready for another round now
Regarding the `Digest*` traits, doesn't that mean that the `Signer`/`Verifier` traits should operate on the message directly (and therefore do the hashing themselves) instead of expecting a hashed input? That...
> As [mentioned](https://github.com/vector-im/hydrogen-web/pull/660#discussion_r804578721) elsewhere, I don't think we want to load the config file like this. Why did you need to change it? This change is here to be able...
That was mainly because a client needed the patch from #231, so I tried to give them a good way to try out stuff from the main branch without having...
Two things I'd like to add: - the ability to re-use an existing loadbalancer. I recently accidently deleted my cluster, but the loadbalancers were still there ; I'd have loved...
I'm also interested in this. I would definitely see a scenario where - the target HTTP service uses JWT to authenticate users - those JWT are generated by Vault with...
I had this exact problem, and figured that the bake files are just JSON files that can be merged with `jq`. This is how I solved it, by running the...