Chris Swithinbank

Results 478 comments of Chris Swithinbank

Looks like it might be an upstream issue that causes the Cloudflare compatibility issues: `canvaskit-wasm` is importing native Node modules without the `node:` prefix (`"fs"` and `"path"` specifically). Cloudflare requires...

Ah, thanks for the heads up! I'm not actively using Linear any more so might be a bit tricky for me to test. With any luck it will just be...

Hey @paulrudy! Thanks for your patience — finally getting through this backlog now. Alias support like `~/` might be tricky — I’m not sure how to support that but glad...

Hey folks, sorry for the slow response — I’m not using Linear at work anymore so don’t really have a way to test PRs (or much of a reason to...

Yeah, potentially. Currently this is designed with the assumption that `bgImage` is a most likely a tailored graphic designed to be rendered across the full OG image, but I can...

Hmm, could you share a reproduction? This package is not specific to Starlight and doesn’t need to access the route data object.

Going to close this as hopefully fixed by #2905 — happy to see a new issue with a reproduction if folks are still running into this.

#111 started some work around this although unfortunately haven’t had time to look at it yet. The image source in this case is remote (a URL provided by the site...

Thanks definitely OK to suggest things! (No guarantee I’ll have the bandwidth to build them but maybe someone else is also interested in contributing.) One thing to note is that...

I think this should also be reported as an Astro bug. Ideally we should be able to detect the new collection properly. Would love to see an Astro issue with...