Oliver Speir
Oliver Speir
I think there might be some issue with `Directory import not supported resolving ES modules` errors related to the current set up. Would it be worth considering using babel to...
> Could you add a potential use case for it in the issue description? done
what I've done in order to achieve the tests is somewhat hacky, I'll admit. I didn't know how to generate the actual images that would correspond to these conditions, so...
> or if I should keep looking for better tools for creating avif/heic/heif. I will try to do the same, I am not too shocked to hear this didn't work...
I did write this https://oliverspeir.dev/garden/nodemailer/ might be somewhat useful, it's kind of a mess and I've been meaning to polish it up. It's lacking the (adapter specific) server/hybrid approach of...
This might be a nice use for the compat component from this https://github.com/astrolicious/astro-tips.dev/issues/49
@alexanderniebuhr Are we tied to the use of the `` I feel it makes it harder to read than just a list of links honestly and it takes up a...
Ship less css, the core plugins disabled in the linked file all add CSS even if you never use those classes So you can add enable them only if you...
My opinion for ideal set up: https://github.com/OliverSpeir/astro-starter/blob/main/.eslintrc.cjs Make note about : https://github.com/OliverSpeir/astro-starter/blob/5c1f343c74652ce47994267d28eafb16b583cdfe/.eslintrc.cjs#L36 This assumes that the user will have their project set up where they keep their client side scripts...
https://discord.com/channels/830184174198718474/846469231176056853/1277731809467175014 ```ts --- import { getPixels } from "@unpic/pixels"; import type { UnresolvedImageTransform } from "astro"; import type { HTMLAttributes } from "astro/types"; import { getImage, type LocalImageProps } from...