Galimatias Nekromoff
Galimatias Nekromoff
This issue should be given priority, I have just bumped into this with the "advanced" web interface. It is **absolutely inaccessible** using keyboard. No cursors keys, page down/up, home+end, basically...
Left+right cursor keys should move between columns, all other keys (cursor up/down, page up/down, home+end) should then scroll vertically as expected.
Kernel: 5.15.0-53-generic Mouse will start to work when I run `bluetoothctl` and enter `info` command.
using `bluetoothctl` I get this after about 10 seconds: ``` [CHG] Device B4:BC:7C:2F:CF:A5 ServicesResolved: yes [CHG] Device B4:BC:7C:2F:CF:A5 Paired: yes [CHG] Device B4:BC:7C:2F:CF:A5 ServicesResolved: no [CHG] Device B4:BC:7C:2F:CF:A5 Connected: no...
Thanks! Sorry, this is the source code of the API client classes: https://github.com/googleapis/google-api-php-client/blob/main/src/Collection.php
My use case is: 1) API response is requested+received fine (full structured, correctly mapped) 2) Serialize this response using JSON structure and save into DB 3) Unserialize this response from...
Thanks for the pointers, much appreciated! I will try to rebuild the code per your suggestions. On Wed, Nov 15, 2023, 16:44 SvenRtbg ***@***.***> wrote: > Depending on your interoperability...
Oh, yeah, now I remembered why I was using JSON - because it is possible to query it directly in the DB. Unfortunately, using serialize does not allow for that....
https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent > Serving different Web pages or services to different browsers is usually a bad idea. > Note: It's worth re-iterating: it's very rarely a good idea to use user...
I have added this: `if ($parameters['date_end']=='today') $parameters['date_end']=date('Y-m-d');` after line `149` in `inc/reports.php` and manually overwritten ending date for those reports that I would like to see always fresh. Works like...