David Di Biase

Results 36 comments of David Di Biase

Hi @L1lith! This is actually a Vite related issue. Try adding this to your astro config: ```js export default defineConfig({ integrations: [solid()], vite: { ssr: { noExternal: ['solid-slider'], }, }...

Interesting this is a new one for me too! Is there any chance I could get you to supply me a repro? Something on Stackblitz so I can hack away...

Wow @shirakaba this is a really awesome push! Thank you so much for all the detail. NativeScript has been brought up in our Discord on more than one occasion and...

I'd be happy to contribute as I need to solve this for my side project. Would you mind giving some direction on how you'd like it implemented? I was considering...

Here's a backlogged list of names I've kept in my notes (plus some additinons: Metal Solidness ScaffoldUI Molecular Metallic Interfaced Amorphous/Morphous (in science a solid without a form) CompositeUI DependUI...

According to a response on the CF community forum we can identify CFW runtime by checking for: caches.default or WebSocketPair. I could submit a PR to account for this if...

@modderme123 @Jutanium @amoutonbrady do either of you have opinions on this? I think it's a great idea. I would however like to see the ability to disable it. @joshwilsonvu thank...

Hmmm, I've tried a few variations but the structure isn't totally clear to me. Would be wonderful and super helpful if someone could supply a snippet, I'd be happy to...

@zerodevx thanks for that! It was extremely helpful as your example got me going! I noticed that it outputs an array with the original and the lqip version: ```ts //...

@zerodevx thanks for getting back to me :-) I basically need to run the image through an analyzer and return some metadata to the same object. So basically I'd like...