Nicolas Hoizey

Results 254 comments of Nicolas Hoizey

I've been hit once again by this issue on http://alpha.esviji.com on iOS… :-/ I had to add `!important` to a `height: auto;` inside a Media Query.

Hi @Sokushinbutsu, did you manage to fix this issue? It looks like I have the same, with Sass variables in files that I `@use` in the main ones, but I...

It looks like I have this stalled compilation when trying to use Sprockets 4 with Jekyll Assets 4 in Jekyll 4… https://github.com/envygeeks/jekyll-assets/issues/613#issuecomment-551142766

@zachleat that's exactly what I had in mind! 👍 You could get the title from `` at least, and maybe the avatar with `api-indieweb-avatar`.

I think it should be possible with these styles: ```css .pagefind-ui__result { position: relative; } .pagefind-ui__result-link::after { position: absolute; inset: 0; content: ""; } ``` You can try it here...

@alexanderameye you're welcome, happy it worked!

For information, I now get the same error in Netlify. It looks like I upgrade Node from 20 to 22 in my `.nvmrc`, I don't know if it is really...

Reverting to Node 20 didn't fix the issue.

Forcing installation of Pagefind did fix the issue: https://github.com/nhoizey/nicolas-hoizey.photo/commit/b8e387ee59b7b127243410a1925cb77a95bd2250

> downgrade priority of the fetch This is a form of lazy loading IMHO, even if I know most people define lazy loading by loading when (soon to be) in...