Garrett Albright

Results 13 issues of Garrett Albright

After downloading "super-ttc-iosevka-15.5.2.zip" and opening the resulting file in Font Book, three font windows open. When clicking one of the windows' Install Font buttons, FontBook attempts to validate the font,...

🐞 Bug
External

`move/11` has a "name" parameter of "vice-grip" (with a C) but at least one 'mon, `pokemon/98` (Krabby), has this move listed with a "name" parameter of "vise-grip" (with an S)...

**maplibre-gl-js version**: All ### Question I'm investigating MapLibre as a more performant alternative for Leaflet for a client project (in particular we're finding maps which have very many markers are...

I'm upgrading the Markdown parsers on a client's site using CommonMark parsers on both the server and client side. The parser on the server side (in PHP) is the "official"...

I'm on a MacBook Air (M1, 2020) running macOS 12.4. After cloning the repo and subrepos and running `make`, trying to run any of the raylua_* binaries results in: ```...

bug
help wanted

I'm working on implementing [ordered dithering](http://en.wikipedia.org/wiki/Ordered_dithering) using a Bayer matrix in a filter. I got it working just fine using a mat4, but now I'm trying to re-implement it to...

Try this: ``` $(element).simplyCountable({'maxCount': '123', 'countDirection': 'up'}); ``` The character count will look like "-123,123" due to the arithmetic in the reverseCount function and JavaScript's usage of the + operator...

Given the following input: ``` djot ####### Hello! ``` The Lua code will gladly produce: ``` html Hello! ``` The JavaScript code does as well. `` and so on are...

Yes, some of us still use it. GET OFF MY LAWN ```shell $ echo 'setenv SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~/.tcshrc $ echo 'setenv PATH "$SWIFTENV_ROOT/bin:$PATH"' >> ~/.tcshrc $ echo 'eval "`swiftenv...

enhancement
help wanted

### Version(s) affected 2.4.2 ### Description The attached code, when run on PHP 8.1.27, will produce: Uncaught Nette\Schema\ValidationException: Unexpected item 'commonmark › unordered_list_markers'. in /[…]/vendor/nette/schema/src/Schema/Processor.php:85 If line 18 is changed...