Paul-Elliot Anglès d'Auriac

Results 172 comments of Paul-Elliot Anglès d'Auriac

Yes, you're right. I think that GH actions are not for writing your presentation -- you need a "live-previewing" to make the experience nice. So a GH action would only...

> I think the most value-added part of this issue is to have a way to distribute a slipshow binary for use from GitHub actions. In another project I used...

Thanks a lot!! I'll add that to the docs/a github action, at some point, if you allow me!

Yes, you are totally right, this is annoying... I'm not sure what is the best way to be able to attach attributes to list items. I'll write down my though...

The same issue on djot, where a syntax is proposed: https://github.com/jgm/djot/issues/250

Yes, that's a good point. I can feel the unpleasant debugging experience. Some html element interpret non-`data-*` attributes (eg width and height for images) so I wonder what is the...

Indeed, sorry, many new features only have very minimal documentation! But a considerable documentation refactor, that will make it easier to add documentation for new feature, is coming. > I...

By the way, I _should_ add more examples in the doc, but sometimes it can be nice as a workaround to look at the tests: for instance for [carousel](https://github.com/panglesd/slipshow/blob/main/test/compiler/carousel.t/carousel.md?plain=1) it...

> As a side note: because the nested blockquotes can be unergonomic I initially preferred the block separation by lines. But it seemed that without an empty line before the...

Smaller example: ``` let record_to_record (evs : t) : Drawing.Record.t = let start = let time = _ in _ in _ ```