James Homer

Results 110 comments of James Homer

Hmm. Sadly no joy. I also tried changing the other `iss` check on line 565.

Yeah, ran the `login` mutation right? `eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3Q6ODA4MCIsImlhdCI6MTU3OTAyMTM1NCwibmJmIjoxNTc5MDIxMzU0LCJleHAiOjE1NzkwMjE2NTQsImRhdGEiOnsidXNlciI6eyJpZCI6IjEifX19.lqefacDwk_8b4f4Lxnk6b8-pDzamZBG0thFB7otNmpI`

> Deploy to Heroku because plays to our current serverful strengths Vercel is also delicious.

@justinruggles thanks for the update. Can this be resolved from Vimeo's side for those of us facing the issue whilst using this official php library?

Using tus-php 1.x, the last update to our vimeo-php dependency was 6 months ago. https://github.com/vimeo/vimeo.php/commits/master/composer.json I don't believe this is an issue with our client - it seems apparent something...

@AvneeshSarwate ```json { "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash":...

> @yisibl @zimond Do you have any rough estimates of when this feature will be released? Thank you! @snelsi just so you know for the future, to illicit a positive...

A possible cause of this issue is an active transition belonging to a child component, in this case applying the `local` modifier may resolve the issue. https://svelte.dev/tutorial/local-transitions https://svelte.dev/docs#template-syntax-element-directives-transition-fn

This is very frustrating as it means making an unnecessary request to the page endpoint when going 'back' a page. As a workaround is there a way to intercept this...

The issue right now is that we can't add headers at all (we also seemingly can't prevent calling the page endpoint unnecessarily even if the data is held in memory)....