hinto-janai
hinto-janai
Thanks for the info. IIRC, the Apple Developer Program requires real world identification and a fee?
I contacted the owner in March although it seems they are MIA. I think the [crates.io policy](https://crates.io/policies) is pretty lenient on squatters, there's much more famous examples of squatted crates...
D-Bus is pulled in by [`souvlaki`](https://github.com/Sinono3/souvlaki) which does have an option to use [`zbus`](https://docs.rs/souvlaki/latest/souvlaki/#linux-backends-d-bus-and-zbus). I did want to use zbus, but I ran into some issues in early development -...
https://github.com/hinto-janai/someday is the main data sharing primitive in https://github.com/hinto-janai/sansan (which will eventually replace `shukusai/src/audio`). It uses lock-free MVCC, and atomically updates the entire structure at once.
It is hanging on this line exactly: https://github.com/Sinono3/souvlaki/blob/384539fe83e8bf5c966192ba28e9405e3253619b/src/platform/windows/mod.rs#L188 It might have to do with the custom [dummy window](https://github.com/hinto-janai/festival/blob/512dc7bfc76341c0e06902252c634e24700d7140/shukusai/src/audio/media_controls.rs#L51) used. Passing the `HWND` from `Festival GUI` is a solution, but it...
https://github.com/hinto-janai/sansan is basically a re-write of `src/audio`, extracted out into its own dedicated library.
Yes, that's actually the first tag Festival looks for when looking for an artist. There's not really a standard though, some compilations won't have the same `AlbumArtist` in every song,...
I'm not sure why, but this seems to be fixed in [`v1.0.1`](https://github.com/hinto-janai/festival/commit/d2a0ddfd6e73d091f3b26b54bd6addb063f1a210). Probably due to: https://github.com/hinto-janai/festival/blob/f1fc011fac05e6daec9894477e52030745fea25b/gui/src/func/init.rs#L178 Resetting the weirdness or something.
This is happening again.
I'm unfamiliar with flatpak packaging.