Martín Pozo

Results 83 comments of Martín Pozo

#933 proposed an option to replace paragraphs by spans.

This sounds interesting, but implementing it it's not trivial because currently links have not more attributes and events are completely separated from rendering. A similar approach should be used for...

This error is solved adding the following line near top (line 8 for example) in the template (the same happens in other templates when using links): ``` \usepackage{hyperref} ``` Regards,

I have created a fork with Fira fonts in https://github.com/Martin1887/CobraKaiFira and I have also sent a pull request to the marketpace repository to publish it.

OK, the additional arguments options were only light helpers for users but shell expansions seem well enough. They are in another commit, so not including those changes is easy. Respect...

Hi. I have `simplejson` installed and your guess is correct, I'm not currently using the attributes but the properties file size is 5 GB because it contains some heavy attributes...

OK, I have fixed the issue, the problem was just that I considered only one properties file for all experiments, but several evaluation directories with a different properties file may...

I don't have any logs, but the `properties` file inside `additive/reports.tar.gz` of the following link should reproduce this behaviour: https://zenodo.org/records/13378665/files/experiments_scripts_and_results.zip?download=1 I experienced 4x time speedup with 2x RAM consumption. These...

Hello, you must use the `ENABLE_GFM` flag: https://docs.rs/pulldown-cmark/latest/pulldown_cmark/struct.Options.html#associatedconstant.ENABLE_GFM

It should probably be more visible, I will check it.