Anders Pitman

Results 102 issues of Anders Pitman

## What is your question? Under what conditions should Delete return an error? [This](https://github.com/caddyserver/certmagic/blob/aad674cda5ba191b4ffce509f05bea5ef8534da9/storage.go#L45) and [this](https://github.com/caddyserver/certmagic/blob/aad674cda5ba191b4ffce509f05bea5ef8534da9/storage.go#L84) seem to contradict each other.

question
documentation
discussion

We're working on a GPU-accelerated mpileup implementation. We have a generic algorithm working, and now we want to do actual variant calling on the results. As an intermediate step, we...

Extism continues to be a delight to work with. I realized that Extism probably has limited support for automatic concurrency, especially when calling host functions or the HTTP API. I...

See https://github.com/honojs/middleware/pull/1126#issuecomment-2838657517

Currently only encrypting the id_token. I don't think there's any reason not to encrypt the whole thing

I need to store some extra information alongside the `InternalStateData`. In order to do this I need access to the oauth state in order to store/retrieve my data. I see...