| ▲ | rzzzzru 3 hours ago | |||||||
hey both! thanks for your feedback and reports, I'd be happy if they are added as issues on github. as said in the separate comment, I really wanted an app to be as "grandma-proof" as possible, therefore I really wanted to have one binary that does the magic for you. it's a karaoke app, not a tool that is aimed at engineers. we can indeed look at the local packages before downloading an executable, it's just not done yet but might be added in the future. I've built this project out of passion and it's 100% open-source and free, so please keep this in mind when criticizing. | ||||||||
| ▲ | Gormo 3 hours ago | parent | next [-] | |||||||
> I really wanted an app to be as "grandma-proof" as possible, therefore I really wanted to have one binary that does the magic for you. Probably the best way to do that is to design, build, and distribute it like any other normal desktop application, and not come up with idiosyncratic and experimental methods for invoking bog-standard libraries and language interpreters. On Windows, just include the necessary binaries as part of the application distribution itself, in hardcoded paths, without any runtime download of executables from unclear sources. On Linux, use system defaults resolved at build time through a normal config script -- any "grandma users" on Linux will end up installing from distro repos, AppImage, Flatpak, etc, all of which have their own methods for handling dependencies, and is definitely not something the application should be trying to do by itself post-install. | ||||||||
| ||||||||
| ▲ | mentalgear 3 hours ago | parent | prev [-] | |||||||
While I can understand that, why not replace python deps with wasm versions ? | ||||||||
| ||||||||