Rednas

Results 25 comments of Rednas

I have a requirement for this too. As a workaround you can do: ``` if (!key) key=String(await this.$db.collection(table).get().length) await this.$db.collection(table).add(iValue, key) ``` **Possible solution** `await this.$db.collection(table).add(value) // Automaticly incrementing the...

Yes, that would be awesome! A 1 click way for playing shuffled music depending on a genre filter. Play all by double clicking an album/Artist would also make a lot...

Hereby https://codesandbox.io/s/kind-danilo-8f79r?file=/pages/index.vue I commented out the script in index.vue to avoid the crashing.

For some reason nuxt tries to run some of the script in the server. You can avoid this by: * lazy load your client component const form = () =>...

I don't think I will have time to create a PR for this any time soon. * If anyone is interested feel free to work on it✌ * Also because...

Thanks for your honest opinion. I appreciatie it. Nice thing of sheetjs is that it supports lots of differents spreadsheet programs like XLS(X), DBF, ODS, etc. https://github.com/SheetJS/sheetjs#file-formats So perhaps adding...

Perhaps not ideal but for nuxt/next/ssr a workaround/solution could be - lazy load your client component `const form = () => import('...')` - wrap your client code inside an `if(process.client)`...

Can someone reproduce or am I the only one with this issue? I prefer not to use internet for playing my favorite songs. Also I would like to synchronize the...

I tried restarting and also tried restarting the downloads another time but nothing seems to work It indeed seems that after 1 failed download the status becomes stuck at 'waiting'....