Alejandro Scandroli

Results 5 comments of Alejandro Scandroli

I started having a similar issue with login last week. For some still unknown reason `current_path` started to include quotes. I was able to work around the issue by removing...

as @mmaas70, manually installing these 3 fixed the issue for me. Starting from scratch, I used the "Include custom card resources it's depending on." option but then I needed to...

I found the solution https://github.com/johnste/finicky/issues/153#issuecomment-886952938 This is what I do for the Google Meet PWA using Brave too. ``` { match: finicky.matchHostnames(["meet.google.com"]), browser: ({ urlString }) => ({ name: "com.brave.Browser",...

@johann-taberlet were you able to achieve what you wanted? I've achieved something quite close to your description. This is what I did: 1. I created a "Translator" enhancement prompt. I...

I had a similar experience and it was a CORS issue on my local server. https://github.com/element-hq/element-docker-demo/issues/12 Have you tried to connect from the Cinny webapp running locally? If you also...