Arash Arbabi
Arash Arbabi
This will add MongoDB support. You can test this by changing the following files: #### dejavu.cnf.SAMPLE ``` { "database": { "database": "dejavu" }, "database_type": "mongodb" } ``` #### docker-compose.yaml ```...
I have added about 13 MP3s to the database, using the following script: ``` import json from dejavu import Dejavu from dejavu.logic.recognizer.file_recognizer import FileRecognizer from dejavu.logic.recognizer.microphone_recognizer import MicrophoneRecognizer # load...
fix: exclude dist directory in tsconfig.json feat: watch script for building since `rm -rf` is not available on all OSes, and since it is also not needed if you exclude...
### Description When I try to save my code and I have GitLens Status Bar enabled, the saving takes a few seconds. CPU Fans start spinning etc. However, the moment...