Max Chernoff

Results 15 issues of Max Chernoff

## Motivation for this change According to the manual, the `RGB` color model should be supported in ConTeXt. https://github.com/pgf-tikz/pgf/blob/21310438ae418e15ea92b2845a866554202d13d7/doc/generic/pgf/pgfmanual-en-tikz-actions.tex#L129-L134 However, using `\pgfutil@definecolor{some-color}{RGB}{127,127,127}` produces an error. [A few of the pgfplots...

context

`l3build` modifies the `$TEXMFCNF` variable, which makes ConTeXt tests break completely. Commenting out these lines: https://github.com/latex3/l3build/blob/fb53b22f1eb2f69ded2f129540a9ee8e9344537a/l3build-check.lua#L794-L796 allows ConTeXt to run, although this causes `tdsdirs` to be ignored. This issue is...

Right now, the warning RegExp only matches warnings beginning with `Package`, `Class`, or `LaTeX`. However, using only core LaTeX kernel commands (without any packages), you can produce warnings starting with...

If you search for the string `texbytopi`, you would expect that texdoc would open the documentation for the package `texbytopic`, but instead it tells you that there are no good...

enhancement
search

> [!IMPORTANT] > This PR is **not** intended to be merged in its current state. Rather, this is intended as somewhere to discuss Lua-based implementations of some expl3 functions so...

## Steps to Reproduce 1. Create a new user `[email protected]` 2. Try setting a password of `test-test-test` ## Expected Behaviour You should see the actionable error message > Password cannot...

Previously, `luaC_tovalue` used `lua_tointeger` for variables of type "derive", "counter", and "absolute". However, [on 32-bit platforms, `lua_Integer` may be only 32 bits wide][1], so if you set `values` to a...

Fix

When trying to use the `otter` storage to serve a 4GB file, Caddy uses 25GB+ of memory and returns an error instead of the file's contents. The file is served...

(Karl suggested that I report this to the LaTeX team, and LaTeX-L is dead, so this is the best place that I could think of) LuaLaTeX seems to be disproportionately...

category base (latex)
to analyse further

If you use `\char_set_active_eq:NN` to set a character's active definition to an alignment tab token, then using `\char_set_active_eq:NN` on that same character inside of a `\halign`/`\valign` outside of a braced...

bug