Mostly writing Python code.
Latest posts on my blog:
- Declarative Homebrew (14 May 2024)
- mise-en-place: dev env in a world with cargo (11 May 2024)
- Intro 🎉 (2 February 2024)
Mostly writing Python code.
Latest posts on my blog:
Access LLMs via lightweight unified API
Python 6
Bootstrap your microservices in a second!
Automagically set typing.Final inside your functions
Python 11
Good Python STOMP client & FastStream broker
Client for IKEA's APIs: cart, order capture, purchases, search, stock and items.
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
broker.connect()
is called manually (for example, in lifespan hook)
Client.check_server_alive_interval_factor
Client(..., on_heartbeat=...)
, add Client.is_alive()
, improve FastStream health check
Description OpenAPI discriminant is not generated when using Pydantic tagged unions. URL to code causing the issue No response MCVE import typing i…