Caleb Maclennan

Results 607 issues of Caleb Maclennan

Originally [reported on Linux Libertine here](https://sourceforge.net/p/linuxlibertine/bugs/329/), the 4 glyph shape for +onum changes between +pnum and +tnum: ```sile \begin[papersize=a7]{document} \nofolios \neverindent \begin[family=Libertinus Serif,size=30pt]{font} \font[features="+pnum"]{0123456789}\hfill\break \font[features="+tnum"]{0123456789}\hfill\break \font[features="+tnum,+onum"]{0123456789}\hfill\break \font[features="+pnum,+onum"]{0123456789}\hfill\break \end{font} \end{document} ```...

The libgit2 vendoring for 2.0.0 is even more messed up than it has been in the past. As of now using `cmake --install` after a normal build process results in...

The current rule is incorrect and leaves out common valid filename patterns. The result is that what would work otherwise is actually *broken* by this plugin. Vim and Neovim both...

Hey! I'm a long time user of this plugin, but have recently run into some problems with it and discovered they have been known issues with existing PRs that have...

As a follow up to #319 this adds much more robust functionality to searching for Lua rocks or modules. See commit messages for details on why these macros are useful....

By far one of the most frequest boiler-plate things I do in my projects' autoconf setup is checking for programs as dependencies. I started using variations of this macro many...

Follow up to #313, makes the LuaRocks macro useful for projects that have chosen LuaJIT.