Chris White
Chris White
Thank you for the package! I'm using it on my Jigsaw static site to generate OG images for blog posts, and seeing an issue with certain post titles. The following...
## Bug description NixOS imports fine on Windows ARM but when attempting to run NixOS via `wsl -d NixOS` the following error is thrown on Windows ARM with a Snapdragon...
With the following style of return: ``` return ['id' => $plainPhpObject->id]; ``` scramble is generating documentation that says `id` is a string: despite `id` being type hinted to an integer:...