Vlad Stefan Munteanu

Results 11 comments of Vlad Stefan Munteanu

@sloria I've started toying around with this idea here: https://github.com/vladmunteanu/marshmallow-jsonapi-exp/ It's too early for me to tell if schema introspection would work well with this implementation, but I would appreciate...

@kumy Yes, the id is already a fields.Str. LE: this should be enforced by the library anyway, since the spec requires it. To be clear, this doesn't happen for a...

Documentation builds are failing right now, and I guess it is because dependencies were not pinned. I can attempt to fix that by pinning dependencies in `requirements.txt`, if the maintainers...

Once this is implemented, we can go back to only one instance of client per ioloop, as tornado does it. We could look into using tornado's AsyncHTTPClient as a base...

That's a fair point, and I'd be happy to review a PR if you'd like to have a go at it. Otherwise, I will try to look at this in...

This is a nice proposal @LeafyLappa, thanks for the PR! I'm going to merge this, but I would really appreciate if you had some time to write a brief section...

@LeafyLappa > This PR does not add dependency injection per se Yes, that was clear. Well, no rush with this, but I think it would be cool to see an...

@LeafyLappa The test suite found some extra white spaces in there apparently.

Hello @LeafyLappa ! Indeed, the framework does not come with a filtering implementation, mostly because it's really hard to come up with an abstraction that would work regardless of the...

@alidaw Thanks for submitting the issue and the PR! I will take a closer look in the next couple of days. In the meantime, any chance you could add a...