sergio marchesini

Results 8 comments of sergio marchesini

this indeed is a problem if you have a site under https. I am also doing a str replace like ``` $string = str_replace('http://','//',$string); ``` it would be nice if...

I created the files as per readme, but still get the same error

Is it maybe related to the version of Gstreamer? I am not sure of how Processing handles the video... does it rely on system Gstreamer or does it have its...

@codeanticode will try and let you know. Thank you!

Also, looking at https://github.com/nextauthjs/next-auth/discussions/3938

Yes I have already replaced the navigation with my own, in order to override the Sign Out Button component. My idea was to have the button send the user to...