Kestrel
Results
2
issues of
Kestrel
In `robots.txt` it claims that the sitemap is located at `https://hackclub.com/sitemap.xml`, however when visiting the page it simply redirects to the 404 page: 
I am experiencing a segfault when drawing to a window with `scale_mode: ScaleMode::AspectRatioStretch`. It seems to work perfectly fine with `ScaleMode::TopLeft`, but it hits a segfault when calling `update_with_buffer` if...