Johan Dufour
Johan Dufour
> externally_connectable API is not supported > https://developer.apple.com/forums/thread/675091 But we'll probably be able to make it works as in Firefox. Actually it should have fallback to the `postMessage` mechanism.
ping @gregoirelacoste
Probably related: > Connection to "smtp-relay.sendinblue.com:587" timed out. > https://sentry.io/organizations/lmem/issues/2565480473/?environment=production&project=1404898&query=is%3Aunresolved > https://sentry.io/organizations/lmem/issues/2565480473/events/098862932c504aee93ab8b369a8a6fe7/?environment=production&project=1404898&query=is%3Aunresolved
As discussed with @gregoirelacoste we are, in fact, still using SendInBlue but only for its `smtp`. The email used as login for SendInBlue was changed for an address in __******@dismoi.io__...
What would be the label on such button/link?
> "Signaler une erreur" ? So it would open another page with a form then? Or should it be just a button "Signaler comme hors-contexte"?
RAM usage largely depends on model size since it must be loaded to RAM (multiplied by the number of runners since models aren't shared in memory). For example with `whisper-ctranslate2`...
This error appears when the `lang` attribute is set on the `` component and when using **Next.js** App router : Here is a minimum layout to reproduce the error :...