Nick Stakenburg
Nick Stakenburg
Yes please, 4px max just doesn't work on a 4k display.
Here's a quick little wrapper that supports all API calls. ```javascript // moviedbp.js var MovieDB = require('moviedb'); var endpoints = require('moviedb/lib/endpoints.json'); var limits = require('limits.js'); // rate limiting var queue...
Thanks! You mention that it was just clutter but I disagree. Before using TFT-Overlay I used to open cheat sheets that reads like this, for example: https://www.leagueofgraphs.com/tft/items It's an extra...
I have no real incentive anymore to provide LTS for this module. This used to help me file my taxes when I was self employed, but I've stopped doing that....
You can add this to your custom [uBlock](https://ublockorigin.com) filters as a simple workaround. Replace `localhost` with your domain if needed: ``` ! Workaround for broken graphql-playground tooltips https://github.com/graphql/graphql-playground/issues/1429 localhost##.CodeMirror-hint-information ```
Are you considering the pixel density of your device? In your screenshot the srcset contains `x` modifiers. It's picking the 1920px `2x` image because of pixel density. If you use...