Lo

Results 3 issues of Lo

Hey! Noticed the real-time-voicebot project had hardcoded API keys in the code which isn't great for security or usability. Made a few changes: - Moved API keys to env vars...

Noticed the file tree sort mode wasnt actually re-sorting when you switched modes - you had to collapse and re-expand directories to see the change. Found the TODO comment at...

## Problem The binance.us staking endpoints use `assert` statements for region validation: ```python assert self.tld == "us", "Endpoint only available on binance.us" ``` This is problematic because assert statements are...