Nicolas Hoizey
Nicolas Hoizey
The environment variable names are really generic: https://github.com/KyleMit/eleventy-plugin-embed-tweet/blob/master/twitter.js#L56-L69 I have keys for multiple services in my `.env` file, so it would be better having a more distinctive name for these...
Atom is so #old, VS Code is the best nowadays… ``
Reading the Service Worker file, it seems there are two listeners for the fetch event. One ([lines 28 to 39](https://github.com/jeremiak/jekyll-offline/blob/master/lib/sw.js#L28-L39)) doesn't depend on the strategy: ```js self.addEventListener('fetch', function(event) { event.respondWith(...
I have different grids depending on the viewport, so having the same grid definition for all viewports doesn't work. Even without Media Queries in my code, I sometimes have a...
Instead of setting a whole size and a number of elements, I would like to be able to set the size of one single element, and repeat it. It would...
I would like to keep my grid settings, but hide the grid when I don't use it. Is there already a way? I couldn't find it.
Hi, thanks a lot for this style switcher I'm happy to use on https://nicolas-hoizey.photo/map/ I now would like to add a projection switcher, and it looks like it could use...
I don't know if it is the same issue as #29, but here's an example where the overlay tells me the image is too small, while it's not. Here: https://nicolas-hoizey.com/2017/01/how-much-data-should-my-service-worker-put-upfront-in-the-offline-cache.html#webmention-419040...
For example on this page: https://nicolas-hoizey.com/2017/01/how-much-data-should-my-service-worker-put-upfront-in-the-offline-cache.html When using a viewport width of 614px, it says the screenshot from WebPagetest is at the right dimensions (natural 551x394), but when I use...
My Twitter archive is missing 26 images for which https://pbs.twimg.com/media/ replied with 404 errors. (From 118,049 tweets, not bad.) For example, I RTed this tweet from @beep: https://twitter.nicolas-hoizey.com/1042801550681362433/ The image...