6 ms·
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 gi
by ElevenPhonons 3y 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.
- icyfox 3y agoThanks 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).