David Amos

Results 8 comments of David Amos

As a frequent user of Pytest-cov, I'm strongly in favor of reducing its features. And I agree with @jezdez that keeping the console reports is worth thinking about. It's literally...

Hey @jmchamber58! What was meant by the note "Assume that a candidate wins the election if they win at least two of the three regions" is that there is no...

@anujssmishra There are several alternatives listed in the article. For example, the [Google Cloud Speech API](https://cloud.google.com/speech-to-text/). The SpeechRecognition package supports most of the basic functionality of this API. You can...

Hey @madamak, I'm returning from the holidays and will review this tomorrow, along with your new PR! Thanks again for your submissions!

@jmchamber58 Yes, it could be done with less code. I will make a second solution available that does not contain so much repetition.

@jzoudavy Yes, this is a limitation of the Google Web Speech API. Unfortunately, I don't think you get any additional length by using your own key. For longer files, you...

Hi @jzoudavy , You might have gotten a key for the Google Cloud Speech API, which is different from the Google Web Speech API that `.recognize_google()` uses. There is an...

@jzoudavy Sorry for delayed response. You are correct, `credentials_json` takes a string, but `json.load()` returns a dict. If you use `json.loads()`, you will get a string and it should work....