James H.

Results 16 comments of James H.

This has been done in Zero To Production in Rust by using the New Type pattern (I.e. having a 'Secret' type), where the Display and Debug implementations do exactly as...

Hey @cschmatzler, thanks for dropping by! Yeah as you suspected, when I wrote this I don't think I spotted `async_graphql::dataloader`. It may have been there, but if it was I...

Hi @frederikhors! Forgive me as it's been quite a while since I touched this repo. There are ways with sqlx to deal with transactions I regularly dip into now in...

So you would definitely need a Arc, Mutex, and an optional. You would need to be careful that you have not created a singleton, but rather a per-request. Or you...

> Note that I only today realized that `main` has been broken for the past few weeks and I'm still working on fixing Clippy warnings (turned into errors by CI)...

@abonander have rebased onto main now that builds are passing, and updated to address new linting rules 👍