Mathias Bynens
Mathias Bynens
See http://benalman.com/news/2012/07/fixing-retina-image-scaling/ for a description of the problem and https://github.com/cowboy/dotfiles/blob/master/bin/resample-dpi for @cowboy’s solution.
Perhaps something like this could be used: ``` bash # Compress the image if pngout is available hash pngout-darwin &> /dev/null && pngout-darwin "$TMP" ``` The above snippet detects if...
Regarding the preload header, can we [use `rel=modulepreload`](https://developers.google.com/web/updates/2017/12/modulepreload)?
Have you considered exposing an endpoint for getting the Drome leaderboard data? Parameters would be `world` and `rotation`, where `rotation` would default to the current one, just like on the...
**Session Title:** What's happening with Puppeteer? **Session Abstract:** An overview of what's been cooking in Puppeteer, the Node.js library for automated browser testing. We'll go over recent changes in Chromium/Blink...
There’s something about the `minimapmarkers.bin` format I don’t quite understand yet. For the most part (99.99%), it seems to follow [the format described in our guide](https://tibiamaps.io/guides/minimap-file-format#map-marker-data). However, some (not all!)...