spacedrive
spacedrive copied to clipboard
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
Remove unnecessary casts in movie_decoder that were breaking compilation on Linux arm64
This resolves a TODO comment in `core/src/p2p/sync/proto.rs`: ``` // TODO: Using `decode::Error` instead of `io::Result` ``` Closes #2077
### Describe the bug There's a TODO comment in `core/src/p2p/sync/proto.rs`: ``` // TODO: Using `decode::Error` instead of `io::Result` ``` ### Reproduction _No response_ ### Expected behavior _No response_ ### Platform...
### Describe the bug While indexing the filesystem So far it has peaked around 970% which is way more than cores I have and the macOS UI has noticeable lag...
### Describe the bug on launching the spacedrive.appimage getting empty window with title  on executing on cmdline i see following erroe ```2024-02-01T18:53:11.128607Z INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:80: Internal server listening on:...
- Fix downloading model using an internal rust string representation as path for the model file - Fix Linux loading onnxruntime shared lib from a hard-coded path - Fix App...
 This PR splits up the Grid component that was previously shared between the grid and media view, as a headless virtualizer solution was needed to achieve the date header...
The iOS app has been in a state of completion for a while now with a working location watcher system. So, I'm splitting PR #1812 into 2 PRs, because Android...
Changes: - [x] Completly rewrite `sd-p2p` - [x] Split everything up into more crates - [x] Decouple state - [x] Allow enabling and disabling mDNS independent to the rest of...
added the italian translation by adding the /interface/locales/it/common.json file and the entry in settings.json and general.tsx this helps More languages support #1820