Stephan Meijer
Stephan Meijer
> Let's keep the issue open. We shouldn't be parsing the snapshot file more than once. There's a cache. It must be getting invalidated. Not sure when I'll have time...
> Will give this more thought at some point this week. Initial thought is that this should be doable with a custom extension like so (not tested, but I think...
The following snippet works beautifully: ```py class SingleFileAmberSnapshotExtension(SingleFileSnapshotExtension): _file_extension = 'ambr' _write_mode = WriteMode.TEXT def serialize(self, data, **kwargs): return AmberDataSerializer.serialize(data, **kwargs) ```
While this functions properly, I would like this to either be more well-documented or have behaviours of `.parse_string` and `.encode!` be compatible by default: ```ex {:ok, simple} = Saxy.SimpleForm.parse_string(""" >...
@jgm Yes, I do. Let me type out a case soon.
@jgm I can't atm, I am afraid. Has no focus in our team atm, maybe I can donate some of my free time but I am afraid I cannot promise...
See swagger-docs, license should not be a property on`info.contact`, but should be a property on the `info`: https://swagger.io/docs/specification/api-general-info/ same for `externalDocs`. This is an error in typing, not in the...
> and we can only download a few versions of Pandoc with this plugin Correct. I put out a pull request for that. > I am against putting the current...
See also: https://github.com/Fbrisset/asdf-pandoc/pull/6 https://github.com/jgm/pandoc/issues/9810
@sys9kdr @Fbrisset What do you think going forward making contributions as a team of three? effectively merging all our efforts?