Quang Tuyen
Quang Tuyen
- Purpose reduce step install pnpm, nodejs, forge - Better for future testing - Can be used for quick on-chain RA . For onchain RA can run with ``` export...
### Use case Since we have many difficulty levels to choose from. I would like to have the feature to run a benchmark to select the best level to run...
1. Fixed Synchronous File I/O in modal-login/app/db.ts Changes: - Converted all file operations from fs.readFileSync/fs.writeFileSync to async fs.promises - Made all exported functions async: upsertUser, getUser, getLatestApiKey, setApiKeyActivated - Added...