Jack Wilsdon

Results 61 comments of Jack Wilsdon

What do you mean by "full text search"? It sounds like you might be looking for the [fuzzy plugin](https://beets.readthedocs.io/en/latest/plugins/fuzzy.html).

That certainly sounds like what the [fuzzy plugin](https://beets.readthedocs.io/en/latest/plugins/fuzzy.html): > The `fuzzy` plugin provides a prefixed query that searches your library using fuzzy pattern matching. This can be useful if you...

I'm not sure this compatibility makes sense - `Printf` accepts a formatting string and values for the placeholders but `slog` expects key/value pairs after the first argument and does not...

Assuming you've just updated to 2024.4, the daily and hourly forecast entities have been merged: https://www.home-assistant.io/blog/2024/04/03/release-20244/#backward-incompatible-changes

Could you please fill out the [issue template](https://raw.githubusercontent.com/beetbox/beets/master/.github/ISSUE_TEMPLATE/bug-report.md)? It helps with diagnosing issues like this.

#3862 is open regarding upgrading to v4, although from the comments there it sounds like they may not really be handing out API keys (this could have changed since then)....

`U+DCE9` isn't a valid UTF-8 character, so I don't think there's much we can really do here - the filename needs amending manually to remove this character.

Can you please fill out a bit more of the bug report template? It helps us work out what's going on. Specifically: * Verbose command output (with `-vv`) * beets...

It looks like this was introduced in 2234a1279fb945f038cc29bfe1bba073bffe2252 and possibly affects more than just sliders.

The issue is that rendering with `.disabled=${undefined}` (incorrectly) disables the field. The native HTML input element treats undefined the same as false when setting "disabled", as did `@material/web` up until...