ifoo
ifoo
Thank you for merging #51 ! It would be nice if you could bump the version number, so we could get a new release on hex, without having to explicitly...
While browsing the chrome source archive i found a interesting file: https://src.chromium.org/viewvc/chrome/trunk/src/content/browser/speech/google_streaming_remote_engine.cc Looks like google is switching to a streaming version (instead of the POST method on https://www.google.com/speech-api/v1/recognize). Basically, you...
Compiling on Erlang/OTP 19 yield the following deprecation warnings: ``` ===> Compiling rabbit_common ./deps/rabbit_common/src/gen_server2.erl:770: Warning: random:uniform_s/2: the 'random' module is deprecated; use the 'rand' module instead src/gen_server2.erl:770: Warning: random:uniform_s/2: the...