Vadorequest

Results 314 comments of Vadorequest

> In Amplitude-Node, the flush() function is async and will return a promise. So, yes, you need to await it. I was asking in relation to https://vercel.com/docs/platform/limits#streaming-responses. I understand I...

Yes, exactly. On Tue, Jun 22, 2021, 22:30 Alyssa Yu ***@***.***> wrote: > @Vadorequest > To clarify your question, > Do you mean your platform is deployed by Vercel. And...

I've opened a related issue on Next.js to try to figure out the pros/cons and best practices regarding all of this. https://github.com/vercel/next.js/discussions/26523

I believe so, just found https://docs.cypress.io/guides/tooling/typescript-support.html#Types-for-custom-commands

would definitely be nice to have a proper solution.

Status: Awaiting a proper solution for auto-merging into protected branches. PR will be left as a draft until then.

See https://github.com/UnlyEd/next-right-now/issues/373 I doubt we'll ever migrate from react-amplitude, if we need to change it it'd rather be to use another provider.

I'd need the same feature, pretty common use case when importing stuff :/

I pushed a few more commits and I'm now expecting "test8" to show, but "test7" shows instead. https://github.com/UnlyEd/stacker-public-scripts/runs/5274328004?check_suite_focus=true The file at https://github.com/UnlyEd/stacker-public-scripts/blob/master/dist/univers-pps.js does contain "test8". But the files at: -...

How would you do something similar with tagged releases? I guess you would still load [cdn.jsdelivr.net/gh/UnlyEd/stacker-public-scripts/dist/univers-pps.js](https://cdn.jsdelivr.net/gh/UnlyEd/stacker-public-scripts/dist/univers-pps.js) file but you would actually store no such file but have files like `dist/univers-pps-1.0.1.js`?...