RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
36 stars 12 forks source link

Test that entries and prefixes with same path are both displayed #47

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

Demonstrates issue in #46.

RangerMauve commented 1 year ago

Sadly, there's no good way to detect whether both the outer/ folder and outer file exist due to limitations in the Hyperdrive-next API.

I'd rather not merge this for now unless there's a clear way to detect it in Hyperdrive itself.