kfont

Results 21 comments of kfont

Just discovered that surrounding the Astro component with a fragment fixes this. ``` {special ? Special : Not special} ```

I have a similar situation, where a previous project pre 1.0 astro worked just fined. I keep getting `fileTypeFromBuffer is not a function` errors only on my server builds (Netlify)...

Until @RafidMuhymin merges, I thought there might be a way to use a fork as a dependency but I could not get it to work. Does anyone have experience just...

Thanks a million Tc-001. I'm still running into build-only errors despite germanz's PR and npmrun's lines. ``` Cannot read properties of undefined (reading 'replace') at getAssetPath (file:///< projectfolder >/node_modules/astro-imagetools/plugin/utils/shared.js:36:6) at...

Brilliant. Thank you. @germanz 's PR works with this addition. https://github.com/RafidMuhymin/astro-imagetools/pull/115#issuecomment-1231980558 Even on [email protected] 👍

By wild chance, do you have a sharp dep installed? Such as vite-plugin-vsharp?

I'd like to open this up for reconsideration. If the expected `Node` interface is `id`, instead of `nodeId`, that essentially means for automated schemas that use `nodeId` we have to...

> If I'm not mistaken, you can still do `defaultKeys` in `houdini.config.js`. > > ```js > /** @type {import('houdini').ConfigFile} */ > export default { > // ... > defaultKeys: ['nodeId']...

This makes Bun completely unusable for my purposes. After 1 year of the OP, and a 1.0 release, can we maybe bump up this priority? I get errors even when...

If my edge function simply named `edgefunction`, the output of `supabase functions download edgefunction --legacy-bundle --debug` is: ``` Supabase CLI 1.136.3 Version 1.30.3 is already installed Downloading edgefunction 2024/02/06 08:39:08...