Alex Pauly
Alex Pauly
This PR does not really alter the behaviour of the gem, but it allows easier implementation for custom behaviour. - The `component` helper optionally accepts a custom renderer class -...
I've added support for additional customizations. This includes support for background colors with an alpha channel (HexColors already supports it, the `blurTintColor` property didn't support it) and customizing the minimal...
Hi, we're using `Axlsx` for generating rather large sheets (> 20k rows; > 50 columns). I think that there could be some quick wins by by applying `# frozen_string_literal: true`...
I've added the retain flag for publications for home assistant. This will make sure that the latest values are present after a reboot when HA initially subscribes to the topics....
As stated in the README and the tests, it's already possible to use sprockets directives like `require` outside of the three tags (`template`, `script`, `style`). This seems to only work...
Hey, first of all thanks a lot for this homebridge plugin! I was looking for an option to save and restore the latest state of an accessory. I didn't find...
Hi, I do have some Teckin SP22 outlets which basically work great with the plugin in terms of turning them on and off. However, I'm struggling to get the current...
**Describe the bug** When the ICU conversion is active, single percent signs (`%`) will be interpreted and escaped or treated as placeholder even when they are not part or a...
There might be situations where it's not possible to use a simple `ActiveRecord::Relation`. So, I was wondering if there is already a way to add the `auto_include_context` logic to a...