Ayu

Results 247 comments of Ayu

Oops, this is because we expected every font to have a `wght` axis which is what would populate `index.css`. This is just one funky font without that! Maybe we should...

Just a heads up that I made that workaround official with a guide in Fontsource: https://github.com/fontsource/fontsource/pull/963 🎉

> ``` > The resource at “http://localhost:4321/_astro/source-serif-pro-latin-400-normal.onGwRnjS.woff2” preloaded with link preload was not used within a few seconds. Make sure all attributes of the preload tag are set correctly. >...

> What about using `import { builtinModules } from 'module'` and pass the list of nodejs builtin modules to `rolllupOptions.external`? I didn't know that was an option, thanks! > I'm...

@bluwy I'll be happy to share what I'm working on in the near future here since it's library starter for everyone to use. Just held up with some other commitments....

@bluwy, I'm not sure whether to bring this up in #6812, but I think SSR is a blocker for me as I need to offer an option to output both...

Related: https://github.com/google/fonts/issues/3978

> Remove the typing requiring the cookie attribute in params object. I'm in favour of this since I tried to migrate to `openapi-fetch` and was blocked by the typing of...

A more optional update, but I've pushed a second commit that drops `tar` for [`modern-tar`](https://github.com/ayuhito/modern-tar) (made by me) which drops another 400kb from the bundle and effectively makes the postinstall...

Also if this feature comes into fruition, support for `netip.Addr` would be nice 👌