Peter Saxton

Results 150 comments of Peter Saxton

Thanks, I will look into this. I suspect I have a bug report that I see this morning that will correspond to this. thanks for raising

### Client ID in DID.app Just to confirm, do you mean the `aud` claim? To check the token is for your service you should validate that the `aud` is the...

Good point on OTP. I understand that it was not designed this way. However if I found a way to make it more library friendly, would that be an interesting...

Sorry for ignoring this. I've been moving countries and other issues. I've not yet licensed EYG which is why I have not yet taken this PR. Thanks very much for...

Sorry for ignoring this. I've been moving countries and other issues. I've not yet licensed EYG which is why I have not yet taken this PR. Thanks very much for...

My opinion has not changed. But I don't have any new compelling arguments.

I think that you should always be able to validate the initial state before calling an init. And you shouldn't rely on anther pid/service without you actor understanding failure in...

I use it in generated code from Open API Specs https://github.com/midas-framework/midas_sdk/blob/main/sdks/at_protocol/src/at_protocol/utils.gleam#L63-L69 I've used it at work internally in a few places. but none of that is on github. The other...

I'd agree that using a JSON null as the switch is weird. In which case in my option the only remaining sensible option = is to use a Gleam Custom...

> I think we'd keep the version the same I don't quite understand what this comment means. For context I have a project where I want to keep several libraries...