-
the events on broken in the newest example.
due to the way they are stored in tauri only one place may use tauri specta.
i.e. if you have a plugin that uses tauri specta and an app that uses tauri s…
-
I'm using 2.0.0-rc.20
I tried export the following type to typescript through `tauri-specta`
```rust
#[derive(Serialize, specta::Type)]
#[serde(rename_all = "camelCase")]
pub struct GlobalInf…
-
A complete rewrite of rspc to eliminate all cringe.
-
We could automate it but for now we can keep it manual. This PR is "closed" but I still monitor messages on it!
Just throw a message here if you want us to upgrade to the latest Tauri release.
…
-
There was interest early on in moving this repo into the Tauri org. It's a thin wrapper to tie Specta and Tauri so I think honestly that would be great. No pressure on the Tauri side if they have chan…
-
## Issue
I am trying to update to the latest version of tauri-specta as of [this piece of code](https://github.com/oscartbeaumont/tauri-specta/blob/main/docs/v2.md#installation:~:text=Tauri%20Specta%…
-
I'm trying to use your awesome crate on Tauri Mobile, but I'm encountering an error when running my project on a mobile device. The issue arises because the crate attempts to save TypeScript bindings …
-
In a completely new tauri application with the following cargo file:
```toml
[package]
name = "specta_test"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
…
-
Kinda shouldn't be surprised cause it's recursing on every `tt`.
https://discord.com/channels/616186924390023171/731495028677148753/1268605918304665730
https://discord.com/channels/101166522580992…
-
i think it would make sense to pass a handle to the app in event listen callback similar to tauri menu events.
`.on_menu_event(move |app, event| {})`
so
`...::listen(app.handle(), |event| {})`
wo…