Benjamin Demetz
Benjamin Demetz
@GamingGuy003 does this roughly sum it up?
Threading might be a good idea, but we might need to scale it in relation to the user's resources. Also maybe adding a switch on the frontend to choose between...
After some testing, it seems like YaraX is the route to go. It is predictably slower than the current approach, but the new YaraX uses less resources than Yara and...
There seems to be a Tauri v2 plugin for this specific case, so we will wait for that version to release and then merge to it: https://v2.tauri.app/features/logging/
Now that we are on Rust, I will try and integrate the same logger we have on the backend
Migrating to full rust fixed this issue
We should use the OpenSUSE service: https://docs.appimage.org/packaging-guide/hosted-services/opensuse-build-service.html
We can't really integrate this, as the Appimage is created by Tauri and we don't have proper access to modify it
See issue #131
I just had the exact same problem as the original author of the issue and I also tried all the suggestions above but nothing worked. I can however confirm that...