Caleb Maclennan

Results 2599 comments of Caleb Maclennan

Ya so... this isn't an *mlua* issue at all. It turns out Homebrew is wrapping the Rust binary in our packaging with a shell script that mucks with the env...

I agree, but "core" is a bit misleading. Everything in this repository including the packages are part of the core SILE distribution, and this particular thing has no business in...

PRs welcome. I suggest you branch off from the develop branch (or even by branch from PR #2249) because some of the core module layout is getting cleaned up and...

Compile time makes packaging (especially for cross-compiled builds) much easier. That being said upstream Clap is aggressively moving away from allowing compile time completion generation. I'm hoping they don't completely...

> Personally I use the runtime generated completions for most of the tools these days. Do you install "most of the tools" from your distro package manager or do you...

Yes, all `SILE.scratch` variables need to die. All of them. 100% no mercy. Taking steps towards that by only defining variables where they are used is good, and it's only...

I've done something like this already. It isn't hard to stuff extra information in the TOC data entries that get saved in an info file, and then use them when...

> I'm just curious to know why the commit [83db3d9](https://github.com/sile-typesetter/sile/commit/83db3d94dd94eb949b96a961f9a821d0b9c3bf00) only warns instead of actually load the support for a given language. Because `SILE.languageSupport.loadLanguage()` is a pretty low level API...

I just ran into an issue that I think is another iteration of this problem: I tried to run `SILE.call("ftl", ...)` to override the standard translations of `book-chapter-title` in a...

This was fixed in v0.15.10. Issue #2229 was close to a duplicate of this and #2240 fixed this issue incidental to working on that.