Daniel Houck

Results 52 comments of Daniel Houck

As far as I can tell, there is *no currently-existing tool* that does what HTML2XML does, and the obvious ways of writing one (eg. Python BeautifulSoup, HTML Tidy) donʼt actually...

> Could I get a link to what you are talking about, that isn't something I have heard before. This is pretty much irrelevant when CT is installed; itʼs a...

I was shocked when I was looking for this and found an open issue instead of documentation. Typst bills itself as a powerful page-oriented markup language, with comparison to Microsoft...

Yeah, that’s fair. I consider this, along with widow/orphan control, a more basic feature than some stuff that already exists, but that doesn’t mean it should have been implemented first.

Manual page breaks work great, until you edit the text or styling or paper options in any way.

Also, ctrl+scroll wheel up/down should have the same behavior as ctrl++/ctrl+- once that is implemented.

I made a data pack for this at some point; Iʼll see about putting those recipes into a PR for here. (Itʼll be several hours; I have work I should...

I donʼt think so. If you generate keys some other way you can then use the config file to point `sbctl` at them (or put them in the directory `sbctl`...

It isnʼt in `sbctl.conf(5)`; I did try to look at the code but must have missed that. Is there also a command line option to `sbctl create-keys`? It seems like...

I definitely prefer structure types in a lot of cases, but since `snafu` has `Whatever` also, it seems worth doing direct comparisons with that.