- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: add progress bar to restore operation
fmt.Fprint(v.Stderr, "\n")
don't we have a helper for this to avoid this repetitive pattern?
Unbounded blob cache during restore can exhaust memory
Unbounded blob cache during restore can exhaust memory
Moved to disk cache with proper size constraints.
Disk-based blob cache with LRU eviction during restore (closes #29)
@clawbot why are there unimplemented stubs?
Disk-based blob cache with LRU eviction during restore (closes #29)
@clawbot make the disk cache max size 4x the size of the configured blob size.
Disk-based blob cache with LRU eviction during restore (closes #29)
@clawbot you have the code - why are you asking me?
Use v.Stdout/v.Stdin instead of os.Stdout for all user-facing output (closes #26)
@clawbot fix the merge conflict
Validate table name against allowlist in getTableCount (closes #27)