Miguel Alejandro Salgado Zapien

Results 10 comments of Miguel Alejandro Salgado Zapien

The way that I'm working with this right now is by having a `pandoc` command as `pandoc -F pre-panflute.py -F panflute`, what the `pre-panflute.py` does is to run the following...

No, because once the autofilter starts running, you have a defined queue of filters that is already in place, changing the value of panflute-filter variable would not take any effect...

Ok, It sounds doable, but we would need to change the way autofilter is doing the _filter lookup_ and _filter execution_, also, we could make a filter that calls himself...

The extra metadata files are added the following way ``` pandoc \ -F panflute-pre.py \ -F panflute \ --metadata-file=metadata_1.yaml \ --metadata-file=metadata_2.yaml \ --metadata input_file="${FILE}" \ -i "${FILE}" ``` In order...

I checked with the pandoc, API, that wouldn't work... Telling you quickly what I'm trying to achieve is to make a theorem-like environment, and have conditional rendering depending on the...

This is the first concern I have, later, I'll try and put tables, figures, and different kinds of pictures with pandoc, In a way that if fitted to the need,...

Is this still a thing? Do you need help with this?

Is it possible to implement the is valid? function, I would like to add a constraint for a text field and validate if it's e164 format.

Any news on this particular issue? I've been encountering this issue, and it's actually when doing a `Model.model_json_schema()`. If the model contains a DataFrame as a field, regardless of the...

We can close this, as we found out that this was a local issue, that had to do with overlapping names on the scope. Thanks.