axodotdev / axodotdev/axoasset
improve identification of filename in last URL segment
Open
- Dominant language
- Rust
- Stars
- 28
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
currently we "identify" if the last segment of a URL for a remote asset is a filename by checking if it contains a `.` which is not a robust way to do so. this should be improved.
Contributor guide
Research direction
Start by locating the logic that examines the last URL segment when loading a remote asset and review how it currently treats a segment containing a dot. Check whether existing tests cover filename identification; done means the classification no longer relies on that single heuristic and the relevant behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100