avborup / kitty

Kitty is a CLI for interacting with Kattis that allows you to test and submit problems straight from your terminal.
https://open.kattis.com
MIT License
24 stars 6 forks source link

Lazily initialise the HTTP client #72

Open avborup opened 1 year ago

avborup commented 1 year ago

If the user's network is very slow, it can take a little bit of time (I think half a second after feeling it out for a bit) for the HTTP client to initialise. This is pretty annoying for running tests or similar where the client isn't used.