Mark Lockett
Mark Lockett
In some situations this will incorrectly not award a checkmate
### Problem Statement I have an asynchronous Python app which continual polls various rest api's with httpx Something like ``` try: async with httpx.AsyncClient() as client: result = await client.post(url)...
Properties linked to related tables via foreign key don't seem to be populated I have ``` var query = from u in dbContext.Users where u.Id == userId select u.IsMaster ||...
This would make it more obvious to the user that they are using the library incorrectly
I have run these manually before accepting PRs, annoying