Arthur Garnier
Arthur Garnier
Same here, tried versions 1.9.{5,6,7}.
I'm trying to figure out what is happening. In fact in _state.py ; from_session method a "get" on facebook.com return a 200 response but with empty content (Content-Length = 0)...
Can confirm it works with the old facebook... Hope an update soon to support the new one. You can do that by passing an OLD user agent : `client =...
Ok found it, the difference is VALARM should be at the end, like this : ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:ics.py - http://git.io/lLljaA BEGIN:VEVENT X-MICROSOFT-CDO-BUSYSTATUS:FREE DURATION:P1D DTSTART:20240605T060000Z SUMMARY:Test UID:[email protected] BEGIN:VALARM ACTION:DISPLAY DESCRIPTION:Reminder...
Got it working again by redeploying all components in docker (so dedicated PG16 and dedicated redis instance). Old instance still available to debug if wanted.
Please also note that hitting Alt show replace the cursor by a cross to select an area. Didn't find an option to disable this behavior to check if this is...
In a similar way Alt-$ sends `^[.` instead of `^[$`
I think I got it, it seems some inputs are catched in QWERTY instead of the user (AZERTY in my case) layout. Got it with Zoom Out layout. By default...
Looks like an Electron issue : https://github.com/electron/electron/issues/19747
Can confirm this too. I noticed it was happening more frequently (or maybe exclusively?) when the application was opened by Auto-Fill button from the (Gboard) Keyboard. Happens since 1.12-r5 too,...