Tillmann

Results 35 comments of Tillmann

Yeah it's correct that this is an security issue, which will get priority for a fix. We will probably (completely/temporarily) prevent such behavior in the next release/security patch, unless there...

> Is it just me or is adding a flag for every single option is a little extreme? > > This way everyone would probably just opt for `"all": true`...

Will check this PR in the upcoming days but am wondering if https://github.com/tauri-apps/tauri/pull/9072/files#diff-903ee43f2eb846686e5baf219fc515ff00de27369cef1e81b37164de847d2e90 does fix the underlying issue, as it resolves symlinks now before checking. This is in `dev`, so...

Hey @alxbl thanks for the quick answer. Yes I did make sure that it is running on the phone before launching the script. I will check the mapped modules and...

I did check and could not find a running mono module. `Process.enumerateModulesSync()` Is there a step I am missing? Loaded Modules in case they are relevant: ``` [ { "base":...

Regarding the AOT I am not sure if this is affecting here, but I used the precompiled apk from this repo. I will build it from source and see if...

We enforce commit signing for several reasons from my perspective but we don't have a central document describing the reasons (or at least I don't know of it). In general...

Had a quick look (at the PR and the RPM spec) and must admit I am not too familiar with rpm packaging. @FabianLars could you package an example application and...

I started to research possible ways to integrate the capabilities approach into tauri and it seems like that `cap-std` and the aysnc version of it come with some limitations[^limitation] we...

Removed this from 2.0 as we have a new allow list system (named capabilities) and the work to go full "real" capability is not feasible for the next foreseeable future....