You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Basically there exists a discrepancy between memdown and leveldown where memdown will decide to prefer lte and lt, discarding end if it exists, while leveldown takes the minim of the options. Same would go for gte, gt and start (and the reverse combinations as well).
One of them should be wrong, we need to decide which and implement conformance tests for it here.