This post will be updated with notes from the livestream throughout the day.
Today I will be streaming some open source code refactoring. Come and join in on Twitch!. Don’t forget to say hi in the chat 😊.
Overview
The main goal for the day is to close kr8s-org/kr8s#77 by adding support for trio to kr8s.
To do this we need to swap out aiohttp for httpx. We could use any library that implements anyio but httpx seems like the most popular choice.