Jasper Van der Jeugt

Results 200 comments of Jasper Van der Jeugt

Thanks for letting me know @funkyfuture! I was not able to reproduce this. At least for the example, none and `2` produce the same output for me: ``` $ cat...

@cskksdfklpz Thanks for reporting! I assume the issue with these commands is that they wait to read all of `stdin`? If you just type `tail` in your terminal, it doesn't...

Yes, this is expected, to stick somewhat close to markdown format (which is good if people seeing the presentation recognize it's a header IMO). I didn't want to draw a...

This seems reasonable (although I guess you can already do something similar with tables). Could you mock up a screenshot (or txt...) of what you expect the output to look...

Hi @redvers! There is a bit of a long dependency chain here: - Patat depends on Pandoc for parsing; - Pandoc depends on Skylighting for hightlighting; - Skylighting in turn...

@klarkc Yeah, it seems like PureScript is not there yet... maybe you can file a PR against skylighting to add it from the KDE repos? I'm tempted to work on...

I was thinking about this for a bit and it shouldn't be too hard, although it does require significantly changing the Images API. Basically, [right here](https://github.com/jaspervdj/patat/blob/e96e2f1a583b5033a3272c87221d83754e42d8c5/src/Patat/Images/Internal.hs#L38) I'd need to update...

I've created #69 where I define such a cleanup action; I don't actually implement the cleanup action yet though.

@anowlcalledjosh My branch at #69 now calls `w3mimgdisplay` again to clear the image. I'll see if I can try it out with `ueberzug` at some point -- the fact that...

Great! In that case I'll merge it in.