Jeff Dairiki
Jeff Dairiki
By default, `marshmallow_dataclass` knows what field types to use for types which are listed in [`marshmallow.Schema.TYPE_MAPPING`][1]. Marshmallow's `TYPE_MAPPING` does not currently include `IPv4Interface` — I'm not sure why. [1]: https://github.com/marshmallow-code/marshmallow/blob/6c7e3c5782abdc509af89d156534bed5fd3f4bed/src/marshmallow/schema.py#L294...
I don't know how easy it is to do, but it would be nice to generalize some more. As an example, currently, with this PR, the following does not work,...
I'm not sure whether this is the issue here, but I think the top-level schema should always (or usually?) be a `MappingSchema` (aka `Schema`). (`FormWidget` inherits from `MappingWidget`, and really...
Some comments extracted/duplicated from PR #185 **Problem**: I had been relying on a hack to support JSON-esque serialization of values containing literal javascript using json.JSONEncoder from python’s standard library. It...
Yes, that `span.twitter-typeahead` and a bunch of the chaff within it are inserted by the twitter typeahead javascript code which is used to implement the auto-completing. The CSS in [static/css/typeahead.css](https://github.com/Pylons/deform/blob/master/deform/static/css/typeahead.css)...
@truenicoco Thank you for the contribution! I have created a couple of PRs for updates to the `lektor-hal` documentation: - [#1](https://gitlab.com/nicocool84/lektor-hal/-/merge_requests/1): Fix a typo in the project URL - [#2](https://gitlab.com/nicocool84/lektor-hal/-/merge_requests/2):...
> Is there an easy way to invalidate the cache of pages using this plugin? I guess this would require to do something more subtle than "add something to the...
> Thanks for your reply and contributions that I have merged. Thank you! Lektor-website pulls project metadata (description, project URL) from PyPI, so you'll still need to push a new...
@truenicoco > Is there an easy way to invalidate the cache of pages using this plugin? [`Artifact.set_dirty_flag()`][set_dirty_flag] can be used to mark an artifact as *dirty* so that it will...
@truenicoco Just in case it got lost in the discussion... Before I can merge this PR, you'll need to publish a new release to PyPI. Lektor-website pulls the project URL...