sgserg

Results 8 issues of sgserg

(README.md?) uses captial "D" in divvy

Changing one line ConnectionManager.kt:225 `device.connectGatt(context, false, callback)` to `device.connectGatt(context, false, callback, BluetoothDevice.TRANSPORT_LE)` solves the problem (although requires to target SDK at least 23)

enhancement

Probably a relatively new mode (full screen mode). ESC does close the pop-up, but it also quits the full-screen mode.

`StatsDServer` process' `StatsDHandler` thread appears not alive after starting. Apparently due to where `StatsDHandler` is created vs. started. Moving `StatsDHandler` creation to `StatsDServer.run` seems to solve this problem.

https://github.com/trbs/bucky/blob/cda507241c8898c3a1926cae18371bce84be6d2c/bucky/carbon.py#L102C25-L102C25 ``` [2023-11-06 18:11:29,614][INFO] carbon - Connected to Carbon at 127.0.0.1:2003 Process PlaintextClient-5: Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/data/coral/graphite/lib/python3.6/site-packages/bucky/client.py", line 45, in...

these fixes make things work in our Python 3.6.9 env

Attempting to use `async_notify_multiple_devices` yields ``` Traceback (most recent call last): ... ... File "/usr/local/lib/python3.6/dist-packages/pyfcm/fcm.py", line 81, in async_notify_multiple_devices return self.send_async_request(payloads=payloads, timeout=timeout) TypeError: send_async_request() got an unexpected keyword argument 'payloads'...

### [REQUIRED] Codelab info https://firebase.google.com/codelabs/firebase-cloud-functions#0 ### [REQUIRED] Describe the problem (https://firebase.google.com/codelabs/firebase-cloud-functions#9) references admin.messaging().sendToDevice which seems to be obsolete.

codelab