Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / manuel-woelker/rust-vfs issues and pull requests
#68 - `MemoryFS::new()` panics in webassembly
Issue -
State: open - Opened by voltrevo 9 months ago
- 6 comments
#67 - feat(zip): ZipFS support
Pull Request -
State: open - Opened by manuel-woelker 10 months ago
#66 - Why is a `'static` lifetime required for things that `impl FileSystem`?
Issue -
State: open - Opened by landaire 10 months ago
- 5 comments
#65 - question: why we need both `tokio` and `async-std` in `async` vfs
Issue -
State: closed - Opened by attila-lin 11 months ago
- 2 comments
#64 - Allow seek when writing
Pull Request -
State: closed - Opened by jonmclean 12 months ago
- 5 comments
#63 - feat: allow vfs implementations to specify m/b/a-times in file metadata
Pull Request -
State: closed - Opened by kartonrad 12 months ago
- 11 comments
#62 - use Arc<str> for paths
Pull Request -
State: closed - Opened by BrettMayson about 1 year ago
- 1 comment
#61 - EmbeddedFS File Not Found
Issue -
State: closed - Opened by agieocean about 1 year ago
- 2 comments
#60 - Unlocked tokio crate version
Pull Request -
State: closed - Opened by Fredrik-Reinholdsen about 1 year ago
- 3 comments
#59 - Idea: Implement a VFS based on GitHub Gist
Issue -
State: open - Opened by mbechto about 1 year ago
- 4 comments
#58 - Readonly Filesystem
Issue -
State: open - Opened by seanaye about 1 year ago
- 1 comment
#57 - Implement a FileSystem backed by S3
Issue -
State: closed - Opened by jereanon over 1 year ago
- 1 comment
#56 - beginnings of s3 based VFS
Pull Request -
State: closed - Opened by jereanon over 1 year ago
- 3 comments
#55 - Bump rust-embed version to 8.0
Pull Request -
State: closed - Opened by NickAcPT over 1 year ago
- 6 comments
#54 - Added async port of rust-vfs
Pull Request -
State: closed - Opened by Fredrik-Reinholdsen over 1 year ago
- 20 comments
#53 - Bump MSRV to 1.56 and Rust edition to 2021
Pull Request -
State: open - Opened by Property404 almost 2 years ago
#52 - Unblock CI
Pull Request -
State: open - Opened by Property404 almost 2 years ago
#51 - Fix broken link to `EmbeddedFS` for doc.rs.
Pull Request -
State: open - Opened by James2022-rgb almost 2 years ago
- 1 comment
#50 - Preserve ordering of embedded files
Pull Request -
State: closed - Opened by anuraaga almost 2 years ago
- 3 comments
#49 - Use semver instead of fixed minor ver for rust-embed
Pull Request -
State: open - Opened by anuraaga almost 2 years ago
- 4 comments
#48 - Q: Can you run a process in the Vfs Context?
Issue -
State: closed - Opened by Zyian about 2 years ago
- 2 comments
#47 - create_dir_all is not thread safe/races with itself.
Issue -
State: closed - Opened by gczzdc about 2 years ago
#46 - Have `read_dir` and `walk_dir` return `Send`
Pull Request -
State: closed - Opened by Property404 about 2 years ago
- 1 comment
#45 - Allow absolute paths in VfsPath::join(), fix bug
Pull Request -
State: closed - Opened by Property404 about 2 years ago
- 1 comment
#44 - VfsPath: Add 'is_root()` method
Pull Request -
State: closed - Opened by Property404 about 2 years ago
#43 - Allow multiple consecutive slashes in paths (but see discussion)
Pull Request -
State: closed - Opened by Property404 about 2 years ago
- 2 comments
#42 - Have VfsPath::join() treat paths more unix-like
Issue -
State: closed - Opened by Property404 about 2 years ago
- 3 comments
#41 - VfsPath::join(): treat '..' at root as valid
Pull Request -
State: closed - Opened by Property404 about 2 years ago
- 4 comments
#40 - Add `Send` to trait objects returned from APIs, for interoperability with async code
Pull Request -
State: closed - Opened by Property404 about 2 years ago
- 1 comment
#39 - `VfsError` & `VfsResult` are incompatible with `anyhow`
Issue -
State: closed - Opened by tats-u about 2 years ago
- 2 comments
#38 - no_std compatiblity
Issue -
State: open - Opened by robamu over 2 years ago
- 5 comments
#37 - Feature: Merging / flattening Filesystems into each other
Issue -
State: open - Opened by bengsparks over 2 years ago
- 3 comments
#36 - Add random file access support
Pull Request -
State: open - Opened by jalcine over 2 years ago
- 7 comments
#35 - Feature: Seek + Write from VfsPath
Issue -
State: open - Opened by jalcine over 2 years ago
- 2 comments
#34 - Improve error ergonomics for end users
Pull Request -
State: closed - Opened by Technohacker over 2 years ago
- 9 comments
#33 - VfsError does not have an easy way to programmatically match against Error Variants
Issue -
State: closed - Opened by Technohacker almost 3 years ago
- 5 comments
#32 - Impl std::error::Error for VfsError
Pull Request -
State: closed - Opened by Technohacker almost 3 years ago
- 1 comment
#31 - Graceful Failures for InMemory Solutions
Issue -
State: closed - Opened by jalcine almost 3 years ago
- 2 comments
#30 - Update lib.rs
Pull Request -
State: closed - Opened by Zyian almost 3 years ago
- 1 comment
#29 - Incompatibility with rust-embed ^6.0
Issue -
State: closed - Opened by djrakita almost 3 years ago
- 5 comments
#28 - Activate `embedded-fs` feature when building on docs.rs
Pull Request -
State: closed - Opened by Absolucy almost 3 years ago
- 1 comment
#27 - Q: Why does VfsPath have a ref to the FS?
Issue -
State: open - Opened by aleokdev almost 3 years ago
- 3 comments
#26 - Add `VfsPath::root()` to get to the root of the virtual filesystem
Issue -
State: closed - Opened by manuel-woelker almost 3 years ago
- 1 comment
#25 - Remove thiserror dependency to improve compile times
Issue -
State: closed - Opened by manuel-woelker almost 3 years ago
#24 - A consistent definition for paths + EmbeddedFS quirk
Issue -
State: closed - Opened by Technohacker almost 3 years ago
- 2 comments
#23 - Should not panic here
Issue -
State: closed - Opened by Yesterday17 about 3 years ago
#22 - Use camino paths or support non-UTF-8 paths?
Issue -
State: open - Opened by sunshowers over 3 years ago
- 6 comments
#21 - OverlayFS: Get a layer by it's index
Pull Request -
State: closed - Opened by BrettMayson over 3 years ago
- 3 comments
#20 - Accessing the VfsPath::fs
Issue -
State: open - Opened by der-b almost 4 years ago
- 1 comment
#19 - Adding is_dir() and is_file() to VfsPath
Issue -
State: closed - Opened by der-b almost 4 years ago
- 1 comment
#18 - Export macro test_vfs
Issue -
State: closed - Opened by der-b almost 4 years ago
- 7 comments
#17 - `VfsPath::exists()` should return `VfsResult<bool>` instead of plain `bool`
Issue -
State: closed - Opened by manuel-woelker about 4 years ago
#16 - WIP: HttpsFS
Pull Request -
State: open - Opened by der-b about 4 years ago
- 1 comment
#15 - Idea: support tar or zip files
Issue -
State: open - Opened by sffc about 4 years ago
- 3 comments
#14 - move_file shouldn't require the destination to not exist
Issue -
State: open - Opened by garethl about 4 years ago
- 3 comments
#13 - Resolving . to current directory
Issue -
State: closed - Opened by SuperCuber about 4 years ago
- 1 comment
#12 - Add a read only embedded FileSystem implementation backed by rust-embed
Pull Request -
State: closed - Opened by ahouts over 4 years ago
- 1 comment
#11 - Cannot easily copy directory to root of new filesystem
Issue -
State: closed - Opened by MaulingMonkey over 4 years ago
- 5 comments
#10 - vfs-zip, async I/O, and future plans
Issue -
State: closed - Opened by MaulingMonkey over 4 years ago
- 5 comments
#9 - Method for moving files/dirs
Issue -
State: closed - Opened by io12 over 4 years ago
- 2 comments
#8 - AltrootFS panics when file does not exist yet
Issue -
State: closed - Opened by sffc over 4 years ago
- 3 comments
#7 - Add ability to create intermediate directories, like mkdirp
Issue -
State: closed - Opened by sffc over 4 years ago
- 1 comment
#6 - wip: Initial spike for an erased vfs
Pull Request -
State: closed - Opened by manuel-woelker over 4 years ago
#5 - Use more appropriate field for repository meta
Pull Request -
State: closed - Opened by matklad over 4 years ago
#4 - make the OpenOptions data public, to allow access to custom VFS.
Pull Request -
State: closed - Opened by marius851000 about 5 years ago
#3 - Fix double leading / when listing MemoryFS
Pull Request -
State: closed - Opened by TheBiggerGuy almost 8 years ago
- 1 comment
#2 - Altroot
Pull Request -
State: closed - Opened by icefoxen almost 8 years ago
- 2 comments
#1 - Questions about future features
Issue -
State: closed - Opened by icefoxen about 8 years ago
- 10 comments