-
### Describe the problem
I want to make a tool to auto-generate the javascript FFI for elm (what you have in @tauri/api but for elm), including custom Commands. Having a way to get those types would …
-
Currently, Specta will panic if it encounters a bigint. This is because when using Typescript exporting with JSON and using `JSON.parse` (like Tauri and rspc use) will cause the number to be incorrect…
-
Hi there, thanks so much for this library! I've been trying it out for a few days in a Tauri project and it's been a real pleasure to use so far.
One small point of friction I've encountered is whe…
-
Right now to export a function all arguments must implement `serde::Serialize` and all results must implement `serde::Deserialize`. Can we make it so this bound isn't required but without breaking [ta…
-
### Describe the bug
I started building Spacedrive to try it out and start contributing, and it was fine until I ran `pnpm desktop dev`. Most of the packages installed fine, except for pkg-config, …
-
The `collate_types!` macro doesn't let you reference commands from other modules:
![image](https://user-images.githubusercontent.com/11315492/205193687-7a68a4ef-1eb5-46b6-b3cb-c9846915958b.png)
Ta…
-
### Describe the bug
Hi,
Currently, compiling the desktop app in Arch Linux fails due to a newer version of `ffmpeg` being the only one available in the official repositories:
```sh
$> pacman -Q…