Mikhail Topolskiy

Results 9 comments of Mikhail Topolskiy

I've narrowed it down to an observer in our app that tracks the embedded fragments (i.e. `'[email protected]'`), the error happens even if the observer has an empty body. That probably...

Updated branch to the latest mobiledoc-kit

I believe this was fixed by https://github.com/bustle/mobiledoc-kit/pull/713, just ran a quick test with 0.12.4 and can't reproduce it anymore 🎉

Hey @ojab, thanks for submitting this! You are correct, this is not backwards-compatible with analytics-ruby. I still feel reluctant about changing the signature to 2 arguments, since at this point...

Just a quick note that the workarounds above do not seem to work since the argument that is passed to the proc is a serializer instance, not the attribute (resulting...

We're not using the parallel feature, so I can't really give feedback on that, but it would have been great if the typhoeus dependency was optional. I think typhoeus is...

At first I was thinking that it might be enough to add a very simple adapter layer for http clients. e.g. something like this: ```ruby client = Mixpanel::Client.new( api_secret: 'secret',...

> Could we not require gems that extend this library to implement an agreed upon method e.g. get? Yep, this is what I was thinking at first. The slight complication...

Just a note that this is still in my TODO list, just haven't had much time lately :)