Rafid Muhymin Wafi

Results 39 comments of Rafid Muhymin Wafi

What are you passing as the value of the `src` prop @pinanek23 ?

It's really a major issue and I too have faced this many times. Thanks for opening an issue on GitHub.

Great idea @m4rrc0 :clap: ! Currently, `astro-imagetools` caches the images after fetching remote images or generating buffers. So, the benefits of caching start appearing from the second build. It might...

But before implementing a feature like this we have to improve our cache invalidation system. Currently, we take only the filename into account when using the cache. This will still...

> The chances of getting the same hash on the same original file for a different output are probably one in a million or even less, aren't they? Million times...

Nice proposal @m4rrc0 ! It's already on the roadmap but the progress is too slow. I will try to work on it soon. The intention is to export the `getImage`...

You are correct @ClintH ! `astro-imagetools` parses the image imports and generates assets for them. It doesn't know whether you will use them with `` elements, or components, or if...

And this file naming issue (`assets est` instead of `assets/test` in `/assets [email protected]`) has been fixed in `[email protected]`

@rwwagner90 Is the image transparent?

@jonathantneal No, it's not the case. See the below example to understand the issue better. Please view the code in VSCode. Highlighting in GitHub is different from VSCode ```astro ---...