Ben Millwood

Results 45 comments of Ben Millwood

I got two GitHub Action failure notifications for this PR: https://github.com/NixOS/nixpkgs/actions/runs/11594177669 https://github.com/NixOS/nixpkgs/actions/runs/11594177693 Both of them sound like GitHub was still trying to run pull request actions after the PR was...

The Hackage page for [text](https://hackage.haskell.org/package/text) suggests the latest version is `text-2.1.1`. I'm guessing this issue intended to refer to version 2.1, since that's what the PR referencing this issue achieves.

- https://github.com/bmillwood/haskell-oidc-client/pull/1 adds a CI job to ensure release.nix continues building. On the other hand I for one wouldn't really mind if you got rid of the nix support, given...

I guess this can be closed as complete?

I was reading [Google's OIDC discovery docs](https://developers.google.com/identity/openid-connect/openid-connect#discovery) and noted that it said things about respecting normal caching rules. Indeed, the discovery URL does have an `expires` header and a `cache-control`...

I think for now I'll close this issue as complete, with the expectation that people can easily re-open it if they want further improvements and find the existing discussion helpful...

FWIW I implemented an OAuth client using `jwks` and it seems to work, so certainly this doesn't affect all users. My client metadata is at https://reciprocity.rpm.cc/auth/bluesky/client_metadata.json if that helps.

> As for the actual value in having a MPS running on the code... I do think there is quite a bit of value in that. Sure, but my best...

> After looking around in the code a bit further, I realized that TransformerLens probably only supports arm Macs in python 3.11. When the library selects what device to use,...