Bo Jeanes

Results 96 comments of Bo Jeanes

Hmm, not sure if there have been other changes besides this but today was the first time I ran the exporter since it stopped working, and I was surprised to...

They are not. They just don't export anymore. The only thing in the `addons` dir is the `repositories.yaml` - https://git.bjeanes.com/bo/ha-config/src/branch/main/addons

That line doesn't even show up, even though I have `addons: true` in configuration: ``` [14:25:01] INFO: Start git export [14:25:01] INFO: Pull latest From https://git.bjeanes.com/bo/ha-config 715aeff..8d3df54 main -> origin/main...

I tested this in Terminal add-on. I have this helper to experiment with bashio commands interactively: ```sh function bashio() { # load bashio, then unset flags which cause it to...

Your project has [`.tool-versions` with Node 9](https://github.com/koudelka/visualixir/blob/db98af227991027b84737125d5799f33562a664f/.tool-versions#L3) but you are using [a version of `sass-brunch`](https://github.com/koudelka/visualixir/blob/db98af227991027b84737125d5799f33562a664f/assets/package.json#L19) which [uses `node-sass` v4.5.3](https://github.com/koudelka/visualixir/blob/db98af227991027b84737125d5799f33562a664f/assets/package-lock.json#L7018), which [does not support Node 9](https://github.com/sass/node-sass/releases/tag/v4.5.3) Upgrading `sass-brunch` to the latest...

I've noticed Fresh will resolve the linked file. If that link is broken (perhaps by referring to a parent which no longer exists when it is copied into the fresh...

Yeah that would be nice too. Fortunately my scanner does empty page removal for me so that isn't something I thought about.

> This requires db changes and is therefore "expensive" to add :) Yeah I thought that this would be likely. > Do you think it is equally necessary for equipments?...

Yeah understood. The use case is basically that I want to scan everything for both my partner and I and want to be able to search for everything related to...

#68 is related. It's not the exact behaviour you're outlining (a timer) but setting the governor to `powersave` does more aggressively scale down the clock (towards `min`) on idle.