e48d95cb4e
feat: add comments and cleanup unused imports across codebase
2026-05-10 20:00:04 +02:00
7f768080ee
refactor: update imports to use new db package
2026-05-06 23:13:43 +02:00
56f0951d5e
fix: resolve jikan api eof and context cancellation errors
...
- add http transport with connection pooling to prevent stale connections
- check ctx.Done() before each retry attempt to abort early
- pass context to renderer to skip writing on canceled requests
2026-05-02 23:27:25 +02:00
f0b5a4f9a8
chore: go fixes
2026-05-02 18:58:13 +02:00
2f96e0a000
fix: don't cache empty jikan responses
2026-04-30 08:21:28 +02:00
c860a1a70a
fix: validate cache data and suppress static file logging
2026-04-22 20:39:47 +02:00
157c3b97a2
fix(jikan): decode response body before closing on final attempt
2026-04-22 10:49:15 +02:00
6df8788749
refactor: reorganize project structure following go standards
2026-04-20 15:54:35 +02:00