Tomasz

Results 157 comments of Tomasz

I currently use this: ``` public static class CacheProviderExtensions { /// /// Removes all the keys related to all tags. /// public static void InvalidateAllTags(this ICacheProvider cacheProvider) { var tags...

@jamescarppe thank you for confirming the error. I noticed that the container id changes after recreation, so maybe pair the webhook URL with the container name, it isn't changing when...

I did a quick test and this works fine: ``` public static class DbContextExtensions { public static IEnumerable CollectionFromSql(this DbContext dbContext, string sql) { using var cmd = dbContext.Database.GetDbConnection().CreateCommand(); cmd.CommandText...

I was unable to use your approach. I'm generating queries by hand, but now I'm looking at Dapper because it maps results to objects much better. Not sure if I'll...

Could you please add link to EF Core issue for that?

same with search windows (on demo). steps to reproduce: 1. goto https://demo.home-assistant.io/#/lovelace/0 2. click on the search icon (top right): ![image](https://user-images.githubusercontent.com/1741838/192232022-a5897b05-b1d0-4c7f-b628-bd839873e376.png) WIndows 10, Chrome 105.0.5195.127, Edge 105.0.1343.50, Firefox 105.0.1

Take a look at the thermostat card: ![image](https://user-images.githubusercontent.com/1741838/186837086-83affd9b-2e3c-4c16-a6ed-fece3ca95920.png) There was a plan to redesign it, but I think that for now, you can mimic the design by adding functional buttons...