Boscop

Results 547 comments of Boscop

If you know the URL/ID of a youtube video, you can access its stream. It's up to you whether you put it in an iframe or not. What would it...

But it'd be possible with a CORS proxy to make it a CORS request, right?

The VST host calls my render callback. The window runs in the same thread as the host, and creating another thread for event handling is not possible/allowed in this situation....

I'm not sure what kind of doc to add. In my use case, my DLL logger has to call `try_log` and then logs to the host via `host_log`. (I need...

Similarly, when the code has already expired when the user visits the pw reset link, it should also already show an error (instead of letting the user enter a new...

It seems to work when I add `export const runtime = 'experimental-edge';` to `apps/next/pages/oauth/[provider].tsx`. Is this really necessary / is this the right solution? Why did it work without it...

> Does it work when you set the runtime to 'experimental-edge'? Yes (like I wrote above in my reply). I'm just not sure if I should set the runtime to...

> > > Does it work when you set the runtime to 'experimental-edge'? > > > > > > Yes (like I wrote above in my reply). > > I'm...

Ah. I didn't setup any oauth providers yet, I only tested with email auth so far. (And with that, looking at the log stream under `Real-time Logs` in my worker,...

Ah yeah. Can we add code that sends an email with a verification link if the user signs up with email instead of oauth? :) Since it's very common to...