Tomasz

Results 273 comments of Tomasz

@pvizeli does it mean that after enabling I2C or 1Wire we can use snapshot functionality to restore (enable) the same config on a different machine (assuming it's the same type,...

I need to add a file called `rpi-i2c.conf` to `assos-overlay\etc\modules-load.d`. Changing only the config.txt won't be enough. But we are one step closer thanks to your change. backup and restore...

I want to add my 2 cents to this FR. I'd like to be able to delete keys by using the delete key. Now I must select the key, go...

@LukasTy I missed that one, thx for the link. After a quick look at the provided demo we are able to override a view: ``` const timeViewRenderers = { hours:...

+1 on this. I had crazy problems when trying to connect 5 sensors on wires longer than 10m. I was able to connect three sensors without any problems but after...

@sveinungf I'd like to help with contributing, but there must be a starting point. I've searched for API inspiration in existing libraries, for example: https://help.syncfusion.com/flutter/xlsio/working-with-conditional-formatting or https://docs.devexpress.com/WindowsForms/16190/controls-and-libraries/spreadsheet/data-presentation/conditional-formatting but not sure...

The code provided by @brunolins16 also helped when I needed to use a custom converter in minimal API. In my case I have this endpoint: ``` app.MapPatch("/{id}", async Task (ICarService...

We also have a custom caching mechanism based on Redis and https://github.com/thepirat000/CachingFramework.Redis. We assign multiple tags to each entity or response using https://github.com/thepirat000/CachingFramework.Redis?tab=readme-ov-file#tagging-mechanism. It would be hard to live with...