Jack Wilsdon
Jack Wilsdon
I'm already defining an empty `configASSERT` as a workaround (which does fix the issue) - it'd be nice if it was consistent with other ports though.
Just opened https://github.com/home-assistant/core/pull/134098 which adds floor support to core :+1:
Split out area support into #2793 :+1:
What do you mean by "won't pick up the changes"? What beet command is it you're running that is ignoring the changes? Can you please provide the output when running...
Yeah it sounds like `update` may not be what you want - sorry! 😬 Am I right in understanding that you have a "source" library (at `/path/to/library`) outside of beets,...
I can change the port it's exposed on, but it'd be nice to be able to use any port (a number of our services use 8090, and it'd be good...
I'm also seeing this issue. `gfx.webrender.compositor.force-enabled` isn't enabled on my Firefox. My "main" (laptop) display has a scale factor of 1.85, my other monitors have a scale factor of 1....
It looks like this needs to replicate the check `enlighten.get_manager` does - disabling the manager if the output is not a TTY. You might be best actually just using `enlighten.get_manager`...
What output do you get if you run the `ffmpeg` command that `replaygain` runs? ```text ffmpeg -nostats -hide_banner -i "/home/max/nas/media/music/albums/Mefjus/FabricLive 95_ Mefjus/01 Decypher.flac" -map a:0 -filter ebur128=peak=true -f null -...
It does feel like we should pause the import until the user has acknowledged the issue (maybe providing options to skip importing the album or continue with existing metadata?), as...