Thomas Gauges
Thomas Gauges
This seems to be fixed in the latest version? (0.4.177.4844-222)
I implemented the `serde(strict)` attribute as I interpreted it: #2639 The naming is intentionally left undecided. I would appreciate some feedback :)
https://github.com/termux/termux-packages/issues/14576 or https://github.com/termux/termux-packages/issues/8029 seem to be the same/a similar problem. The solution/workaround seems to be to add additional link arguments in `src-tauri/.cargo/config.toml`. But everything i do in this file is...
Documentation probably needs to be added to , anywhere else?
> * `serde_derive` should stop to generate `visit_seq` for `struct`s I created a new branch and PR which should implement this: #2640 But since this would be a breaking change,...
I hacked together something which "works on my machine" (meaning Windows): - https://github.com/tauri-apps/wry/compare/next...Toromyx:eval-callback - https://github.com/tauri-apps/tauri/compare/next...Toromyx:eval-callback I'm open for feedback, but I also understand if you say that now is not...