Roman Shterenzon

Results 64 comments of Roman Shterenzon

Go ahead, I'll check and merge if doesn't break things :)

Sorry, missed this comment. I think most (if not all) of it is here: https://github.com/romanbsd/libspeexdsp If something is missing, ping me in a week from now, since I'm abroad, and...

No, don't have it handy, was too long ago. But it was at least 4x faster as far as I remember. Also I recall that there were places where I...

Note that this is production quality code. It runs in production on iOS app for some years now. I also ported parts of Accelerate framework to Android (repo vdsp in...

P.S. The changes are in the mdf.c and filterbank.c

include the scikit-optimize, you actually need just a few files as far as I remember.

We are using faraday with net-http-persistent for all of our http requests to external services. We also use instrumentation middleware with Faraday.

You can see what was needed to be implemented here: https://github.com/jubos/fake-s3/pull/28/files

The request looks fine on the first sight. I'm afk, so I will be able to look at it only in a week. We are actually using it for development...

Try to add on line 203 in lib/server.rb (above response.status = 400) puts e.backtrace.join("\n") This way I can see where the errors occurs.