Marc Coët
Marc Coët
Obviously, caching is an important feature for a tool like this one! I have a reasonable amount of images on my site and the build time has more than doubled...
It would be nice to have a lower level / less opinionated API. Currently `renderImg` and other API functions only return the (opinionated) markup. Sometimes we just need info about...
Apparently exporting does not work out of the box. I created a dummy value to test the export feature and I get a not-to-meaningful error 'Invalid Argument'.
Hi. It would be really useful to be able to add markup before and after children blocks. It would allow us to inject html tags more easily. The "outline structure"...
I have been looking for a solution for this but it is apparently impossible (or at least **very** impractical; see below). For example: `*[] | order($orderBy)` With params `{ "orderBy":...
I wanted to say... Bravo! And Thank you! Thank you for sharing your reflections and best practices. It is really informative and inspiring. I have also been playing with this...
Hey, you should add a 'Getting Started' guide to the [main readme](https://github.com/JulienPradet/sveet) so that we can test Sveet quickly. ;)
Hey. I am trying to use an input field from my document to specify the ordering of the query. The `order()` function takes an `` [apparently](https://www.sanity.io/docs/groq-pipeline-components#9a5a019b1465) and I cannot find...
Hey! Doesn't seem like an urgent fix but... This does not work properly (or at least not as I expected): ``` ``` The component renders but the `test` prop is...
Hi, I am trying lqip in a Gatsby js project but got bitten right from the start with the error referenced [here](https://github.com/oliver-moran/jimp/issues/280). Apparently the problem is only present with jimp...