Mic

Results 140 comments of Mic

I added a new property to FolderNode, [#_fullSearchString](https://github.com/micz/quickmove-extension/blob/main/src/common/foldernode.js#L81), and then [implemented a getter](https://github.com/micz/quickmove-extension/blob/main/src/common/foldernode.js#L118), with lazy laoding of the property. Finally, I use it in the [repopulate](https://github.com/micz/quickmove-extension/blob/main/src/popup/baseItemList.js#L518) method. In the test...

If that https://github.com/kewisch/quickmove-extension/issues/169#issuecomment-2584330744 is right, the next steps could be: 1. Sync my fork with you last commits 2. Add the corresponding option 3. Modify the `repopulate` method to use...

I created the pull request #200. Let me know! 👍

I created PR #3930 that adds these features: - Water Leakage binary sensor - Water Shortage binary sensor - `on_time` attribute, representing the number of seconds after opening before the...

With PR #3930, I tried to implement that. It has been labeled "waiting for reviewer response". I'm setting up the system for the spring and plan to use it as...

@etienne678 which firmware version do you have on the SWVs?

Thank you for your feedback, I had never discovered this bug before! I'm going to fix it in version 3.5.0.

I'm happy this addon is useful to you! 👍🏻 I've released version 3.5.0pre1 that fixes this bug, may you try it? Please, read all the changelog, there are also other...

We were lucky I was planning to release this pre-release version this evening and that the fix was super easy, so I was able to do it quickly! I'm keeping...

Yes, you're right, it's a bug. I filed issue #387. You're agreat bug hunter, feel free to catch other bugs and file new issues!! 👍🏻😅 Thank you!!