Tomi Tuhkanen

Results 60 comments of Tomi Tuhkanen

Thanks for the comment! That should be the right way if you need to change the file based on your need. What .NET version are you using and are you...

@nabeelio Good that you found a workaround👍 New version with the fix in now released https://www.nuget.org/packages/JsonFlatFileDataStore/2.4.1

Thanks, a good suggestion! Would you like to add that example?

Hi! If there is a way to configure the project in a way, that during publish, `datastore.json` is only copied if it doesn't exist, we could add that configuration. I...

Implemented in https://github.com/ttu/ruuvitag-sensor/pull/215

This issue is still available

Hi and thanks for trying to fix the issue 👍 I still get a blank page. I think the issue might be that Vue version from `` is v3 and...

Hi! On Linux Bleak supports different adapters/devices. In the current `BleCommunicationBleak` implementation `bt_device`-parameter is not passed to the `BleakScanner` https://github.com/ttu/ruuvitag-sensor/blob/8be0d086aa96f7f6b75270291a50893775ce7f1e/ruuvitag_sensor/adapters/bleak_ble.py#L62 https://github.com/ttu/ruuvitag-sensor/blob/8be0d086aa96f7f6b75270291a50893775ce7f1e/ruuvitag_sensor/adapters/bleak_ble.py#L29 `BleakScanner` with Linux has a support for `adapter`-argument https://github.com/hbldh/bleak/blob/f1b8425b7e2457cf1020ae83860e88905123d0f2/bleak/backends/scanner.py#L274...

It seems that Ruff is already quite production-ready and is used by many large projects, so I agree that we should give it a try. Since it is under very...