Jesse Pavel

Results 8 comments of Jesse Pavel

Even for simple blogs, a few pages seem necessary, and these pages are often related to other pages, benefiting from scriptability. For instance, both [`nutcroft.com`](https://nutcroft.com) and [`hey.mataroa.blog`](https://hey.mataroa.blog) have a non-trivial...

I've hit a similar problem on ChromeOS using gvim, and it turned out if I did a ``` let &guifont = &guifont ``` it unblocked the UI. Does that do...

> Could you please elaborate why this should help? I don't have enough knowledge of internals to have any insight on *why* it works, but like you, when my gvim...

> I want to add a bunch of other features to piskel to manipulate colours, but will not proceed before seeing if I can get a feature merged If your...

I'm not sure how that commit relates to this feature suggestion?

Being able to embed fonts and use those fonts' supported Unicode characters would be wonderful. The only downside I've encountered with OrsonPDF is having to render glyphs to vectors. If...

> so you want those changes because? Is this just because you need to manually call the `&indentexpr`? To chime in with my use case: I've been running with a...

It seems that the `` slurp delimiters are hardcoded here: https://github.com/mde/ejs/blob/main/lib/ejs.js#L733 Others tags take custom delimiters into account.