Thomas Vanesse

Results 6 comments of Thomas Vanesse

I am actually facing the problem right now with Chrome 40.0.2214.89 on Android 4.2.2 and it is really frustrating. It works on Chrome 42.0.2311.90 for laptop though (with Ubuntu 14.04)....

gg @elado However this is a bit nasty since you redefine `$facebook.promise.then()` as being a function that does not return a promise (which is the point, I understand) but that...

@tschellenbach Indeed that would be a really great feature. For the purpose of my application I'm writing a custom JSON serializer for `Activity` because my feed is sent through a...

@jquacinella It's been a while I did not go into this part of the code. I think I did not change the way activities are serialized for Celery. I just...

Depending on what you are trying to achieve, you might just assign a dummy request (`admin._request = {}`) before calling `render_inline_actions`. It works for me.