Teemu Husso

Results 11 comments of Teemu Husso

Not sure if I understand the question (requirements) correctly, but what I needed was just to add a custom field to an SQLAlchemy type returned by one of my root...

Is there any update to this issue? I just got bit by this while trying to install a project with Django Zinnia blog to AWS Lambda using Zappa.

I submitted a pull request that attempts to fix this: https://github.com/Miserlou/lambda-packages/pull/76 @ariwbolton

For now it is possible to just override the `data` property of `ResponseHandler`, and make a check there whether the data is a `Swagger` instance (and if it is, provide...

Hi, could you post the implementation of your `MyEntrySerializer`, as well as the `REQUESTLOGS = {..}` configuration in your settings.py?

I'm unable to reproduce the problem (couldn't get the exact same error), but seeing that the error is raised in `requestlogs/storages.py", line 64, in prepare`, there might be something funny...

> Hey @Raekkeri, > > first of all, I want to thank you for this package because it is exactly what we are looking for! > > I'm having the...

Thanks for providing the example, @leogregianin Closing this issue soon.

Updating jQuery (in Nexus) to a newer version probably fixes the issue, see http://bugs.jquery.com/ticket/7533 (Nexus uses jQuery 1.4.4)