Max Chernoff
Max Chernoff
I've also changed it so that the `gray` color model maps to grayscale and not `rgb`. I can split that out to a separate PR if you'd prefer, but I've...
I redid the commit to (hopefully) make the "check-commits" CI pass. There weren't any code changes.
> As far as I know context doesn't use kpathsea anymore The ConTeXt formats (`luametatex`, `luatex`) don't use `kpathsea`, but the I believe that the `context` executable (`texlua`) still does....
Would it be possible to get this PR merged? I've rebased it so it should apply cleanly. I know that the test suite hasn't been finished yet, but I've been...
> 2. Is l3tl the proper place for these functions? As someone _completely uninvolved_ with expl3 development, my recommendation would be to: 1. Soft-deprecate `\cs_parameter_spec:N` and `\cs_replacement_spec:N`; that is, recommend...
@josephwright > I've committed a partial fix: this simply avoids setting TEXMCNF for ConTeXt at all. If you could test, that would be great I had been using [a similar...
I'm starting to think that this (and #94) is maybe more of an issue with the scoring than with how the results are displayed. Example: ```sh $ texdoc -lM qwert...
### Current status (July 7th) (mostly copied from various comments in gucci-on-fleek/latex3#1) #### Implementation Right now, the code is a bit of a mess, but for the most part, I'm...
@zauguin > Leaving low level code comments aside for now and focusing on the higher level Good choice, the code is an absolute mess right now :). > I am...
Ok, I've reran the benchmarks with optimized LuaTeX binaries, and things look _much_ better for the Lua implementation: Kilo-operations Local Global Flat Linked Lua Flat Linked Lua put-same 1280.0 31.5...