Nick Medrano

Results 104 comments of Nick Medrano

Experiencing same issue with Vue. Anyone got it resolved?

Nuxt3 has Cross-platform support for Node.js, Browsers, service-workers and more. Serverless support out of the box. This code works real nice: ``` import { Configuration, OpenAIApi } from "openai"; import...

Does not happen to me.

Yes, that is how I handled my problem with the FIrebase Storage URLs and using Nuxt Img. Here is very basic level for clarity: ``` const url = ref('https://firebasestorage.googleapis.com/v0/b/bedtimeapp-stories/o/kRUx8ZxLoUd0y7kTcxgPfwTiGu13%2Fstory-images%2FfileNameHere.png?alt=media&token=400246d4-d7ea-4169-a420-e837fefe040a') const...

I noticed my images are downloading twice.

Thanks for the comment, @Patrity . Would be interesting if others have any thoughts on this? Make sure you at least set up your billing budget to cut off the...

Yes, it's the risk you take. I bet 80% of the apps out there are not secure, but then those folks would never have gotten their app out in the...

Oh I am not the creator of this library, I was just browsing the issues and saw your comment.. I agree with it, but there are tradeoffs to make if...

Is this still an issue or am I doing it wrong? This does not work for me! Anyone ?

> > Is this still an issue or am I doing it wrong? This does not work for me! Anyone ? > > I gave up a while ago and...