Caleb Maclennan

Results 495 issues of Caleb Maclennan

Given your recent [AUR comment](https://aur.archlinux.org/packages/paru/#comment-814472): > The CI makes a draft release. I hate automated releases and it lets me write the changelog in before publishing. I couldn't resist. Marking...

Tags since 0.9.3 are missing. These are really useful to know what is in which releases when browsing code or seeing what changed.

I am the primary developer of [Fontship](https://github.com/theleagueof/fontship), a font building package that aims to simplify the build and release process for font projects and enable more collaborative workflows specifically benefiting...

enhancement
not stale

Per [upstream issue 296](https://github.com/projectfluent/fluent/issues/296), each `Junk` should end whenever a new line begins with a single character that _could_ be the start of a new `Entry` (i.e. `^[-#a-zA-Z]`). This is...

As I [posted on discourse](https://discourse.mozilla.org/t/what-is-the-most-functional-cli-option-for-using-fluent/45011?u=alerque) I'm looking for a basic CLI to query a message from `*.ftl` files. I finally figured out how to at least compile the `parser` and...

enhancement
help wanted

Hey! Congrats on what is arguably _the best_ vim syntax for Markdown. And I say that as a developer of one of the competitors, [vim-pandoc-syntax](https://github.com/vim-pandoc/vim-pandoc-syntax)! (I'm also the maintainer of...

See commit comments. Eventually a configure/build time flag should be added to set a system supplied Lua without having to patch at all, but this step in that direction at...

Something is setup quite un-orthodox about CMake. CMake _strongly_ encourages out of source builds using a build directory and suggests the name 'build', but this is supposed to be an...

The current wrapper script hack that `cd`s into the app's source directory is really obnoxious to use. Even simple things like the File→Open not being in the home directory are...

I've started working on a [Lua implementation](https://github.com/alerque/fluent-lua) of the [Project Fluent](https://projectfluent.org/) spec for i18n. See also this [SILE issue](https://github.com/simoncozens/sile/issues/665) for background on how I got here. Besides the issues of...