Xarvex
Xarvex
It looks like this also causes a freeze, I assume because a blocking API being used. I will have a fix ready shortly.
As of right now this is something I am working on for the Rust/Tauri build of the project, where we are throwing these kind of ambitious breaking changes. I'm tagging...
As @Qronikarz pointed out, making a Flatpak is not a trivial matter. As well, it does not make sense for the current infrastructure being a Python application experiencing rapid development,...
Hi @benorei, can we get the information [asked about](https://github.com/TagStudioDev/TagStudio/issues/208#issuecomment-2128065322) so we can explore what's going on? As well, is this something you've encountered again at any point?
The Nix outputs have been revamped. Both a package and dev shell are provided now. See the corresponding documentation entries: - [installing with Nix](https://docs.tagstud.io/install/#nixos) - [developing with Nix](https://docs.tagstud.io/install/#installing-with-nix)
I've been trying to replicate this to no avail. Do you get any error messages in the terminal output about missing commands in your PATH? Does `xdg-open ` work on...
This is an issue with dbus on your end; dbus-send is mismatched with the version of libdbus. What you can do is ensure both are the same version, and it...
I am keeping this issue open for the moment as @Loran425 pointed out this may have something to do with the bundled libraries in the portable binary, which I was...
The overall functionality present here has been achieved in the program at this point, with the significant hole of JXL support (#333) being resolved with #549. As for the part...
Same as [my comment](https://github.com/TagStudioDev/TagStudio/pull/244#issuecomment-2153282947) on #224, I've will follow up as soon as I've done a proper test and review, thank you!