spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Results 364 spacedrive issues
Sort by recently updated
recently updated
newest added

First draft on this new task system, still need more implementation work to use it for all jobs and actors. Also need some tests if possible, as this will be...

### Describe the bug Microsoft Edge keybind problems issue tracked [here](https://github.com/tauri-apps/tauri/issues/7418) ### Reproduction `ctrl + j` - is set as toggle jobs but also opens up downloads `ctrl + u`...

kind/bug
status/needs-triage

This PR contains a new blog post, updated roadmap, more docs and landing tweaks.

By adding a screen with a list of default locations with absolute paths as they are accessible via API calls due to the app having MANAGE_EXTERNAL_STORAGE, users can add locations...

### Describe the bug Attempting to compile Spacedrive from source by following the instructions in [CONTRIBUTING.md](https://github.com/spacedriveapp/spacedrive/blob/main/CONTRIBUTING.md) fails on my Arch Linux machine, citing issues with "libonnxruntime". Spacedrive used to compile...

kind/bug
status/needs-triage

### Describe the bug I'm unable to package the binary on the aur because I get an error after installing [extra/onnxruntime] library. The library exists at /usr/lib/libonnxruntime.so.1.16.3 ### Reproduction 1....

kind/bug
core
Bug
High priority

### Describe the bug It fails to load the libonnxruntime, seems like an issue with memory allocation ### Reproduction 1. Setup SD server container with docker compose ```yaml services: sd:...

kind/bug
app/server
Bug
High priority

### Describe the bug Hitting cmd+w (or pressing window > close window) does nothing. ### Reproduction 1. Open a spacedrive window on macos 2. Press cmd+w 3. Press window >...

kind/bug
status/needs-triage

This modifies the release workflow to switch from the ubuntu runner to the macOS runner. This runner is currently the fastest runner available for free in public repos. Also see:...