Posts by Category

python

Logging in asyncio applications

2 minute read

So you are building an asyncio-based application, and like most production-quality systems, you need to log events throughout. Normally, you’d reach for the ...

Interview on Talk Python to Me

I was interviewed for the excellent Talk Python to Me podcast, in Episode #86 on the subject of Stack Overflow, Python, and my connection to both!

Back to top ↑

plone

The dreaded plone.relations IntId KeyError

3 minute read

When IntIds go missing, the going gets tough. Specifically, plone.app.relations and related packages do not deal gracefully when a relationship source or tar...

Back to top ↑