Michael Uloth
Michael Uloth
## Summary Reduce the number of DOM nodes on the page by not rendering out of view filter menu items. ## Motivation Speed up page load (Lighthouse is identifying the...
## Summary Currently, only one value can be selected in each filter category (i.e. only one format, one topic, one author and one source). We should make it possible to...
## Summary On small screens, the tutorials take up the full width of the screen and the filters are accessed by opening a [modal window](https://github.com/ooloth/gatsbytutorials.com/blob/master/src/components/MobileMenu.js) that slides in from the...
Hi there, Happy to see this extension! I write HTML using Pug, though, so it would be great if Pug were supported. Thanks.
Is it possible to use responsive image markup (`srcset` and `sizes`) with react-image-lightbox? I'd like to avoid hard-coding a single mainSrc image file to be used on every screen size......
[Alacritty](https://github.com/alacritty/alacritty) is super. Can we add it to the terminal choices for automatic tmux start?
Hi there, I'm attempting to use TPB as described in the docs: ```js import PirateBay from 'thepiratebay' PirateBay.search('Game of Thrones', { category: 205 }) .then(results => console.log(results)) .catch(err => console.log(err))...
### What is your feature request? Thanks for this very helpful package! I notice this library includes excellent type hinting, but in case you are not aware, Mypy and IDEs...