Open Source Projects
Tools and libraries I maintain
Latest Posts
Technical thoughts and notes
2026 / 08 / 142025 / 09 / 122023 / 06 / 03
178 Green Tests, 100% Coverage, Crashes on First Connection
DeepSeek Harness's ACP server had 178 passing unit tests and 100% line coverage. It crashed the moment a real editor connected. The root cause wasn't missing tests—it was the gap between the test world and the real world.
How to Show Additional Description for Enum Field in OpenAPI Document With Litestar
When using ScalarRenderPlugin of Litestar to build API document, you may want to display additional description for enum field in your OpenAPI documentation. This guide will show you how to achieve that.
Think Twice before Force Publish NPM Package
A release problem that looked like a rollback issue but came from package distribution reality.