Block a user
Implement unique filename generation to prevent overwriting existing session files
Nice fix. The new getUniqueFilePath helper does what we want and prevents filename collisions by appending -1, -2, etc., and wiring it into the write path looks clean. Non-blocking note:…
feat. Override with --force
Implemented this in PR #2: space/big-file-gen#2
Added --force/-f for make_big_file.py overwrite behavior, kept safe default (no overwrite unless forced), and…
feat: add --force overwrite option
fix(ocr): allow configuring tesseract path