Makiyu

Results 5 issues of Makiyu

Kind of like what marshmallow's context-aware serialization has: ```py class PersonSchema(Schema): id = fields.Integer() name = fields.Method("get_name") def get_name(self, person, context): if context.get("anonymize"): return "" return person.name person = Person(name="Monty")...

I've been trying to add a `license` key and editing the `engines.vscode` value (on the `package.json`) but it keeps getting overridden every build. Could you guys add a way that...

question

Saw that Jinja is already supported, but when I opened my Jinja file (with the file extension of `.j2`), it didn't show up. So I added support for the other...

Currently, there isn't any documentation about the events that dispatch in this lib, it would be imperative to have them :D

documentation

i also fixed the welcome function self problem that bob probably forgot to add