Suren Khorenyan
Suren Khorenyan
Какую игру выберем? Речь о коде из примера? Можете привести здесь код / ссылку на код, в котором проявляется проблема?
I have the same question 🙋
Hi there! We definitely need to implement this functionality. Here's a live example: ```python from marshmallow import Schema, fields, EXCLUDE, INCLUDE class SpamSchema(Schema): meat = fields.String() class CanSchema(Schema): spam =...
I like solution suggested by @sirosen in #1490. Patched marshmallow in my project with propagate_unknown
Hi @tsnowlan! We maintain an upgraded fork [Flask-COMBO-JSONAPI](https://github.com/AdCombo/flask-combo-jsonapi) and already have such fix. Please take a look: https://github.com/AdCombo/flask-combo-jsonapi/blob/b6303f3afda82eed8e2e5e3146f5d21e196231e4/flask_combo_jsonapi/decorators.py#L92-L94
Hi there! @TMiguelT I'm glad to see you here (I think we've met somewhere within marshmallow-jsonapi). My colleague (@Znbiz) and I have been working on a fork too. The fact...
Hi again @TMiguelT! I'm really glad to see that you like it and are interested in collaborating! And about your concerns regarding maintenance: we welcome collaborators to our repos! Sure,...
Yeah, I agree. It's definitely doable. We just need to come up with some new name. Sure, it'll help in different ways. Give us a day to deside. The results...
hi @buckmaxwell! this fork is actively maintained https://github.com/AdCombo/flask-combo-jsonapi more detailed in the [comment above](https://github.com/miLibris/flask-rest-jsonapi/issues/188#issuecomment-616794803)