Benyam Ephrem

Results 5 comments of Benyam Ephrem

Looking for this solution, would appreciate a merge & publish

Same here. All is configured correct and I;ve watch like 5 tutorials

To add on — I'm facing the same issue when I run the `arm64` executable: ``` zsh: exec format error: /Users/{username}/Documents/{project}/code/{service}/tts/piper/piper ``` Where the above is the `piper` executable path....

For anyone seeing this in the future, you have to do 2 things: ``` /** * @api {get} /v1/auth/facebook * @apiName FacebookOAuth * @apiGroup Auth */ router.get("/facebook", passport.authenticate("facebook", { scope:...

@rodrigoGA Have you considered initializing the WebSocket connection before receiving user input? That way the initial TLS handshake is out of the way off the path of usage (maybe with...