Marvin Killing

Results 5 issues of Marvin Killing

Hi @seuros, I was wondering whether you would be open to accepting a pull request that replaces Travis CI with Github Actions for the CI of this gem. As you...

feature

When I call `exportWAV` multiple times without waiting for it to execute its callback `cb`, using different callback functions each time, eventually only the last callback function I passed will...

We do have quite a few (long-running) rake tasks in our Rails application. Runtimes vary from a few minutes up to 12 hours. For several reasons, it’s not trivial to...

In case you’re using the `scout_apm_ruby` gem in a Heroku environment with ephemeral storage and lots of unpredictable dyno shutdowns (due to deploys or autoscaling), is there a guarantee that...

This causes a NoSuchMethodError at runtime: ``` var helper = new OuyaEncryptionHelper(); helper.DecryptReceiptResponse(jsonObject, publicKey); ``` The reason seems to be a signature mismatch: OuyaEncryptionHelper.DecryptReceiptResponse is defined with the first parameter...