Vincent Voyer

Results 359 comments of Vincent Voyer

I would love to use this module, thanks a lot!

Hey @SamJbori, sorry you're having this issue. The `pathname` property cannot be set as a response of `onBeforeGenerateToken`, it has to be set at the `upload(pathname, .., ..)` time only....

Closing very old PRs, if this is a very important PR you can discuss it and reopen it 🙏

:tada: This PR is included in version 6.164.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@vvo/tzdb/v/6.164.0) - [GitHub release](https://github.com/vvo/tzdb/releases/tag/v6.164.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

@joaopedrocn thanks for opening this. > I want to handle the database update with a server action though Can you provide us with more details as to what/how you're trying...

Hey there all @JeremCy @voldmar we did a fix some time ago so that onUploadCompleted will work even if you have deployment protection turned on, I'll close this but feel...

Hey there @gheorghemolnar I just tested your setup and could not generate the same issues. Here's my script: ```js import { list } from "@vercel/blob"; async function listFilesTwoByTwo() { let...

@gheorghemolnar I believe you should be using: ```js // [...] previous code await listFilesTwoByTwo(cursorPrevious); await listFilesTwoByTwo(cursorPrevious); await listFilesTwoByTwo(cursorPrevious); ``` otherwise since you're not awaiting the listFilesTwoByTwo then you could run...

Hey @gheorghemolnar would you be able to create a small code sample that demonstrates the issue you're facing? So I can try to run it, thanks a lot!

Hey @bhupesh98 are you suggesting that Vercel Blob could create a thumbnail from your videos automatically? Thanks!