Dennis Lysenko

Results 21 comments of Dennis Lysenko

Try my "fork" at https://www.npmjs.com/package/google-translate-api-without-node -- I've been successfully using this in a webpacked browser app without issues, uses jQuery for requests. Ironically enough though, it started producing an error...

I am using it in a chrome extension and I think there is a way to avoid CORS issues with that. Not sure about your use case. On Fri, Aug...

If you read over the readme carefully, it explains that the connection is kept persistent.

+1. I also currently don't have the spare time to fully implement and maintain this and neither am I 100% confident that I have the skills to create a robust,...

+1, important issue for iOS8 support. Additionally, for completeness and/or diagnosing: - the bug does not occur on cocoapods version, but on tip of master branch. It was caused by...

Can confirm this fixes #117, just tested with iPhone 5 on iOS 8.4.

How do you properly set up a moped pool if not using mongoid? Here is how I'm doing it, and still occasionally getting these errors: ```ruby $mongo_pool = ConnectionPool.new(size: 30,...

This is great. Excited to see how this feature develops. Leveraging ANE would be huge, even more if the decoder was possible to port to it.

I can corroborate this roughly, albeit with nowhere near as good of data as you. I had the same audio file take 90 seconds and 277 seconds in different runs,...