Robert Soriano

Results 186 comments of Robert Soriano

> How are you guys sending the data from client? I've been trying to get a image file to transfer to the server side and I'm just not getting it...

I can scrape GSMARENA site for all phones and use Vercel serverless for hosting API and maybe faunadb as database

This project is dead, they are just shy to admit it. Good run tho.

You probably have added a module into your `devDependencies` which should be in your `dependencies` or `peerDependencies`

facing this issue ```bash Are they installed? Failed to resolve import "file:///Users/username/Documents/tmp/test/node_modules/.pnpm/[email protected]/node_modules/jiti/lib/index.js" from "../dist/index.mjs". Does the file exist? ``` Used antfu's [starter](https://github.com/antfu/starter-ts)

``` just call e.target.innerHTML to get value ```

Just use the spinner slot and make it an empty div ```html ```

> @wobsoriano, in vue3 there is a bug with spinner. If you use custom tag with slot="spinner" or ... > it doesn't hide the spinner after loading. > > It...

You can use this inside a Vue 3 app via https://github.com/privatenumber/vue-2-3 Here's a working example https://codesandbox.io/s/vue3-infinite-loading-63rqj https://github.com/wobsoriano/vue3-infinite-loading

> I've also made a PR with support for Vue 3: #312 > > I'm not sure if @PeachScript is still maintaining this repo though. Awesome!