Vítor Vasconcellos
7cd0556f15
[ENG-1928] Update to tauri 2.0.1 stable ( #2752 )
...
* Update to tauri 2.0.0 stable
- Update a some othe dependencies
- Autoformat rust and toml files
* Fix clippy complain
* Update tauri 2.0.1
- Update rspc
- Update some frontend files due changes in rspc
- Update some frontend build dependencies
* Revert babel update
* Fix code typing typing and style + a couple of bugs
* More type fixes
2024-10-05 21:17:30 +00:00
Oscar Beaumont
26f610014a
Improve ephemeral walker ( #1877 )
...
* `non_indexed::walk` as `impl Stream`
* wip
* this is gooooood
* savepoint
* remove
* Batched stream
* `unsafe_streamed_query`
* nightmare nightmare nightmare nightmare nightmare nightmare
* JS Mutex
* cleanup
* proper error handling
* myCode satisfies Typescript
* Move to npm fork of rspc
* fixes
* rspc more crashy crashy
* Typescript is very disappointed
2024-01-02 06:09:44 +00:00
Oscar Beaumont
ae4c3d0e6b
Fix Android bridge + drop IOS and Android projects ( #1336 )
...
* Goodbye Android Project, you won't be missed
* fix ignore ignoring Kotlin code
* Backport IOS `Podfile` + move Rust crates into `modules/sd-core`
* Workaround for issue in OpenSSL build script
* Fix IOS
* Migrate IOS bridge into Expo Native Module
* Optimistic update for library creation
* useFrameworks static
* add key to infoplist
* more keys
* fix `Podfile`
* Remove IOS project from repo
* fix mobile ci
* woops wrong place
* clean package.json
* Make Android's Rust code build again
* Add back in `if_watch` patch for IOS
---------
Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com >
2023-09-13 10:07:26 +00:00