Maxime

Results 7 comments of Maxime

That's right. It crashes my app, so nothing displays on Safari (iOS). Adding `try / catch` around `requestPermission()` fixes the problem.

Hello, Did you send a message to Bing Chat (via bing.com) before using your cookie? I just discovered they added a CAPTCHA, so we must validate our cookie on bing.com...

Well, that's a bummer! I suggest periodically launching a (headless?) controlled browser that visits bing.com/chat with the same cookie. It may suffice to keep it valid for automations like this...

Hello, HuggingChat used to be open to visitors without authentication, and this repository does not (yet) support the authentication layer that has been added, so I marked it as deprecated...

Hello, The example script still works fine on my end. Are you behind a proxy or something?

If anybody struggles, here's a common way to help Composer to retrieve an unregistered repository: ``` "require": { ... "syncroton/syncroton": "1.*" }, "repositories": [ { "type": "vcs", "url": "https://github.com/tine20/syncroton.git" }...

Can someone merge this? 😅