Hacker News new | ask | show | jobs
by ElevenPhonons 840 days ago
This looks interesting, but there's a lot of moving pieces (rust, python, typescript, react, v8).

Maybe remove the .DS_Store files from repo and update your gitignore globally to avoid this issue. Also, Pydantic has SecretStr that might be useful to use.

1 comments

Thanks for the note! SecretStr is a good call as well. I'll switch to using that for the database layer. Also removed DS_Store in the latest PR (really thought I had ignored globally but they snuck in anyway).