- Gdańsk
- https://gabrielkaszewski.dev
- Joined on
2025-07-15
Block a user
Replace manual enum-to-string conversions with strum derives
Deduplicate count_search and bind_filters logic
Split catalog/mod.rs into separate files per repository
Implement available_space() properly instead of returning u64::MAX
Extract magic number defaults into named constants
Make DB max_connections configurable
Remove deprecated notes-* directories
Magic numbers in schedule logic
Frontend API client catch blocks swallow all exceptions
1-second polling interval per channel won't scale
Frontend fallback URL points to wrong port
Event publishing failures silently discarded
Silent data corruption from unwrap_or_default() on serialization
Hardcoded default COOKIE_SECRET with no production guard
Fix doc examples to use ? instead of .expect()
Remove unused tokio dependency
Remove Cargo.lock from version control
Add CI/CD pipeline