Caleb Maclennan
Caleb Maclennan
I get where this was going. And I've been headed towards this for a while. We already have a settings API for this (push/pop state). What we need is one...
Good call. Are there any implementations (busybox? ancient Windows ports) out there of wget that might not support this flag?
This should happen before –or simultaneously with– the release process, not *after*. In other words whatever commit is tagged as the release point should already contain the matching lock file...
Most tooling has a way to get an advance simulation of an upcoming release (e.g. by setting an env var) before actually tagging it so that the tagged version can...
I'm not very familiar with the tate stuff, but clearly setting a font family vs. a font fallback family should each have the same net ZERO effect on text advance...
@ctrlcctrlv Can you add MWE code for those latter two examples? Having the smallest possible reproducing cases to work from when bug hunting is invaluable. I can't copy and post...
Possible related to #1226.
I was able to make my document behave by hacking an extra `leaveHmode()` into the typesetter's `endline()` function: ```Lua local endline = SILE.typesetter.endline SILE.typesetter.endline = function (self) self:leaveHmode() return endline(self)...
Do the 'alternatives' being discussed here have any relation to handling of discressionaries? c.f. #355
Roger that. In that case yes, lets just work on making it easy to drop in replacements.