Files
spacedrive/apps/mobile
Oscar Beaumont cd13e9cf48 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
..
2023-08-25 21:40:07 +00:00
2023-12-12 22:14:59 +00:00
2023-12-19 09:28:57 +00:00
2023-12-12 22:14:59 +00:00
2022-08-08 20:29:14 -07:00
2023-12-12 22:14:59 +00:00
2022-09-05 00:30:34 +03:00
2024-01-02 06:09:44 +00:00
2023-01-11 14:39:19 +03:00
2023-04-03 08:12:28 +00:00

  • Make sure to run pnpm i if you make any change to the package mobile uses like assets.
  • If iOS build fails with node not found error, run echo "export NODE_BINARY=$(command -v node)" >> .xcode.env.local on mobile/ios/ directory.
  • If XCode can't find node, run ln -s "$(which node)" /usr/local/bin/node