Ollie

Results 18 comments of Ollie

If I understand you correctly, it's not the same behaviour as the IntelliJ diff viewer used for commits and change lists. Only a single diff view tab is used for...

Yeah, I think the plugin should use the new "inline" diff viewer so it's consistent with the diff viewer used for commits.

For anyone else who has the same issue as @saurabhaditya, you have to hover over the paragraph symbol next to the line number for the comment to appear. It takes...

A quick test (on Windows) shows that grave (`) exclamation mark (!), pound (£), dollar ($), caret (^) open bracket ((), close bracket ()), dash (-), underscore (_), open curly...

I too was expecting these to be on Ansible Galaxy. For anyone interested, you can install these the "Galaxy way" by adding the following to your `requirements.yml` file: ```yaml -...

Add `'secondary_info': 'last-changed',` below the `entity` and `name` properties in your template filter :)

One thing I didn't realise at first is that, by default, hidden entities will be included in filters unless you explicitly exclude them, e.g. by adding these exclude filters: ```yaml...

I suggest that the `"source"` and `"with"` properties are replaced with an array. These properties are not needed to perform a compound merge and just add unnecessary indentation. For example...

The options inside a filter use AND, multiple different filters use OR. There is a good example of this in the [repeating options](https://github.com/thomasloven/lovelace-auto-entities?tab=readme-ov-file#repeating-options) section of the docs. This includes entities...

I don't think you can provide a list to `area`, but you might be able use the `or:` special option (untested): ``` filter: include: - integration: powercalc or: - area:...