Open Issues Need Help
View All on GitHub refactor(parser, tests): Improve readability 21 days ago
enhancement good first issue
parser(mount): Replace numbers with consts 22 days ago
AI Summary: This issue requests a refactoring in the `parser` module. The goal is to replace 'magic numbers' within a specific `match` statement (lines 317-335 in `src/parser/parser_struct.rs`) with named constants. An existing code section is provided as an example, and the new constants should be defined in `src/mount/mod.rs`.
Complexity:
1/5
good first issue
Create architecture.md 25 days ago
documentation help wanted
Implementing HostName 29 days ago
enhancement good first issue
vfs: incorrect promise arg about 1 month ago
good first issue invalid
Add comments for pub functions in `vfs/read_dir.rs` about 1 month ago
documentation good first issue
vfs: unused STATUS_OK const about 1 month ago
AI Summary: This GitHub issue proposes the removal of an unused and potentially deprecated constant `STATUS_OK` within the `vfs` module. The constant is defined as `0` and is intended to represent a successful operation in `nfsstat3`, but it is not currently being used anywhere in the codebase.
Complexity:
1/5
good first issue invalid
v3: NFSv3 Optimize cookie verifier logic 7 months ago
enhancement help wanted
NFSV3: Poor performance 8 months ago
help wanted
NFSv4 RFC 8 months ago
documentation good first issue
Add RFC 8 months ago
documentation good first issue