Fabian-Lars

Results 1339 comments of Fabian-Lars

@IllustratedMan-code See https://github.com/tauri-apps/tauri/pull/4457 for the elf header stuff.

~~@ amrbashir the idea is to get rid of generate_handler!, but thinking about it maybe it's enough to just drop one of them to fix some of the pain points?...

@cangSDARM your Payload must derive `Deserialize` not `Serialize`. The latter is needed for values you want to return from commands. Edit: keep in mind that this function needs to be...

This would be a fun feature, but what's the use case for having 3 versions? Like do you _need_ the all 3? If so, for what?

@sinistersnare If you don't set any version (or path) in tauri.conf.json it will fall back to the version in Cargo.toml. Same for the name btw.

Yep that's on my personal todo (if someone else wants to take a stab at it instead that's fine too) and i'm really surprised we seemingly didn't have a feature...

Exactly! 😂 But honestly this is fairly high on my list and shouldn't be too hard (hopefully), i'm just waiting for us to finish our organizational/planning talks and stuff 🤷

@210hcl The `tauri build` command always creates a plain executable (`target/release/appname`). This executable is the same Tauri's bundler copies into the .deb and appimage bundles.

Oh didn't see you closed it. When we talked about it on discord i was able to reproduce this on windows too, although it felt less severe. I'm gonna test...

Does it leak "in" the rust process or one of the webview ones, because on windows it was the rust process that had increasing memory usage (well, the webview did...