-
## Context
I was just upgrading my Tauri app stack to V2 and I sat all the versions to be identical to what mentioned [here](https://github.com/oscartbeaumont/tauri-specta/blob/main/docs/v2.md#instal…
-
Hello!
Just filing an issue because I'm a bit confused about the return types of some tauri commands..
When returning a Result from rust (using anyhow) it gives me this typescript type
![image]…
-
## Description
I have no defined events in the backend, so `__makeEvents__` is not used.
The problem is that when building the application with `tsc` it fails throwing the following:
![image](https…
-
tauri-specta v2 has dependency on tauri v1.
Is it possible to use tauri-specta with tauri v2 ?
Otherwise I have error:
```
error: failed to select a version for `tauri-plugin-window`.
... r…
-
I've tried to make a minimal example from the issue I was facing. The main problem is with the function `close_splashscreen`. The code below makes the app freeze and crash on startup.
Changing `fn …
-
I noticed any type passed into a `Result` as value or error does not form into a separate type in the typescript definitions.
example code:
```rs
#[derive(serde::Serialize, specta::Type)]
enum M…
-
## Intro
I'm using Rust Analyzer with VS Code on Windows 10 and 11 (both my desktop and laptop, and on another contributor's Win10 machine). I've been developing [Graphite](https://github.com/Graph…
-
For example if I take this code
`#[tauri::command]`
`#[specta::specta]`
`pub fn license_check(`
` window: tauri::Window, machine_id: tauri::State,`
`) -> std::result::Result {`
` let info = dt…
-
Attempting to follow the example in the documentation, it forces the project to use Tauri 2 Beta 17. This version does not seem to compile under OSX/rustc 1.7.8:
```
--> /Users/me/.cargo/regis…
thurn updated
6 months ago
-
I have a wrapper class around UUID that I tell serde to ignore via the `transparent` attribute:
```rs
#[derive(
AsExpression,
FromSqlRow,
Debug,
Clone,
PartialEq,
Eq,…