Kevin Frei
                                            Kevin Frei
                                        
                                    Affects plain audio files, as well. Present on Mac and Windows (haven't tested Linux yet, but if someone wants, just ask) Workaround is staying on the deprecated API for the...
In progress in the jotai branch: https://github.com/kevinfrei/EMP/tree/jotai
This one is...messy. Potential solution: pathnames that include diacriticals could fail, then fall back to a wildcard search instead. Ideally, this could be wrapped in a "cross-platform path" kind of...
Chakra looks interesting: https://chakra-ui.com/docs/components Material shows up at the top everywhere, but I think it's more web focused: https://mui.com/ Evergreen looks like a pretty nice "slim" collection: https://evergreen.segment.com/
Fluent's latest & greatest appears to have ceded the virtualized data table entirely. I use that all over the place, so, no more fluent...
Looks like they updated FluentUI v8 to support React 18 :)
Basically, allow playlists to be 'textual' descriptions in JSON (trivial to parse...): Start with 'none' or 'all' and go from there. default "op" is "add" not "remove". An array is...
The work-around is in place. switch 'trune://' to 'tune://' to see if the fix is up...
The image protocol thing appears to have some weird problems, maybe for the SVG?
The biggest challenge is the ability to intercept the protocol for an audio tag. Tauri supports it, but won't let me manually set the mime-type, and doesn't parse a flac...