Tomi Tuhkanen

Results 60 comments of Tomi Tuhkanen

The plan is to make Bleak the default adapter for Linux in the next major release. For the current users, we aim to keep the amount of required dependencies to...

Hi! The package uses deprecated BlueZ tools (_hciconfig, hcitool and hcidump_) with sync-communication, causing a fair share of issues on multiple users' systems. https://github.com/ttu/ruuvitag-sensor/#bluez Unfortunately, I don't have any other...

If you encounter problems with BlueZ and prefer not to switch to asynchronous methods, it might be worthwhile to try the [Bleson-adapter](https://github.com/ttu/ruuvitag-sensor/?tab=readme-ov-file#Bleson), although it is currently in an alpha state.

Python 3.7 & black causing problems again... Maybe it is time to drop the support for 3.7 in the next major release. ```sh ❯ black --version black, 24.2.0 (compiled: yes)...

Black has dropped support for py37 a while ago. Black is now locked to last supported version in #240

Locally I got some mymy errors. No idea why I got those errors locally, but on CI everything passed fine. ``` ❯ mypy ./ruuvitag_sensor ruuvitag_sensor/adapters/development/dev_bleak_scanner.py:30: note: By default the bodies...

Yes, you are correct, I didn't think this through as we do not want to pass argument named kwargs, but adapter etc. From the `BleakScanner` solution it doesn't seem that...

Sorry for delay, busy school vacation week. I still go few mypy errors locally. Again no idea why those don't appear during CI. Maybe you could add `# type: ignore[arg-type]`...

Hi! Currently there are no active plans to move away from Newtonsoft. We tried it some years ago, but there was some issues. Unfortunately we do not have any notes...

Thanks for the issue! Currently `json-flatfile-datastore` only supports int and string id-fields. I just noticed that this is not mentioned clearly in the documentation. I will update that. I will...