David J. Malan

Results 101 issues of David J. Malan

enhancement

Rather than sort the HTML table at /review alphabetically, ideal if we can analyze the `script` column and cluster similar values (as via fuzzy matching) near each other so we...

enhancement

Re https://github.com/cs50/codespace/issues/42.

enhancement

### Operating System Ubuntu 22.04 ### Ruby Version ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [aarch64-linux] ### Jekyll Version jekyll 4.3.3 ### GitHub Pages Version _No response_ ### Expected Behavior Build should...

When highlighting ANSI SQL in a file like [`demo.sql`](https://gist.github.com/dmalan/5328a169422b939694feac8e693860a0), we noticed that [`get_lexer_for_filename`](https://github.com/pygments/pygments/blob/acee60e4e8dde9ea99fc494740e20b06188791ac/pygments/lexers/__init__.py#L212) and, in turn, [`find_lexer_class_for_filename`](https://github.com/pygments/pygments/blob/acee60e4e8dde9ea99fc494740e20b06188791ac/pygments/lexers/__init__.py#L169) resolve `*.sql` to three possible matches: ``` [ (, '*.sql'), (, '*.sql'), (,...