David Baynard

Results 79 comments of David Baynard

> He currently knows all the details This is a very kind interpretation :laughing: Though I see you fixed #3, so my branch is no longer needed (I hope it...

This is only a small step. It would (presumably) be better to import the password from the keyring as late as possible, and then clear it from memory as soon...

Could hackage store pages that a browser has visited and then dynamically present a list of packages and modules on the home page? I don't remember the last time I...

Out of curiosity, what happens if you apply `hoistServer` to your `throwAll err401` — so the `throwAll` is operating in `Handler`, say? (Curious because I've been experimenting with that approach,...

Can `Servant.Foreign` instances be added? I've attempted one (below) but I can't quite figure out how to get the `"Bearer "` in (I'm new to `Servant.Foreign`). ```haskell instance (HasJWT auths,...

I've had another go at this, with some success. Note that this requires GHC > 8.0 (but it will likely be possible to support earlier versions with the same principle)....

This is surely not the only place in the library where that might be assumed. I've no knowledge of any other schemes, so sadly I can't answer on that. I...

Hello! Yes, I did (I don't remember the error that gave — I can dig it out if necessary). Were there any specifics that came to mind with the configuration...