Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/abstract-level

Abstract class for a lexicographically sorted key-value database.
https://github.com/Level/abstract-level

Bump @voxpelli/tsconfig from 10.1.0 to 12.0.1

dependabot[bot] opened this pull request 5 months ago
Bump sinon from 17.0.2 to 18.0.0

dependabot[bot] opened this pull request 5 months ago
Bump @voxpelli/tsconfig from 10.1.0 to 11.0.0

dependabot[bot] opened this pull request 7 months ago
Allow batches to write to a nondescendant sublevel

vweevers opened this pull request 9 months ago
Allow batches to write to a nondescendant sublevel

vweevers opened this issue 9 months ago
Add changelog and finalize upgrade guide for 2.0.0

vweevers opened this pull request 9 months ago
Expose path of sublevel

vweevers opened this pull request 9 months ago
Cannot use class-based custom encoder

MeirionHughes opened this issue 11 months ago
Project Status?

ronag opened this issue 12 months ago
Ditch EventEmitter

telamon opened this issue about 1 year ago
Dependency funding for Abstract-level

JSeiferth opened this issue about 1 year ago
fix levelgraph

scenaristeur opened this issue over 1 year ago
How to determine the prefix in a sublevel

kldavis4 opened this issue over 1 year ago
List of available `abstract-level` backends?

fergiemcdowall opened this issue over 1 year ago
allow for non-ASCII names when creating an `AbstractSublevel`

dcrousso opened this issue over 1 year ago
Bump faucet from 0.0.3 to 0.0.4

dependabot[bot] opened this pull request over 1 year ago
Fix TypeScript definitions of `all()` and `nextv()`

ImSingee opened this pull request over 1 year ago
Bump sinon from 14.0.2 to 15.0.1

dependabot[bot] opened this pull request almost 2 years ago
Bump level-supports from 4.0.1 to 5.0.0

dependabot[bot] opened this pull request almost 2 years ago
Bump @voxpelli/tsconfig from 4.2.0 to 6.1.0

dependabot[bot] opened this pull request almost 2 years ago
Bump sinon from 14.0.2 to 15.0.0

dependabot[bot] opened this pull request almost 2 years ago
Expose name and/or local prefix of sublevel

vweevers opened this issue almost 2 years ago
Add option to disable `prewrite` hook

vweevers opened this issue almost 2 years ago
Add opt-in test for `signal` option

vweevers opened this pull request almost 2 years ago
Avoid chained batch in deferred test

vweevers opened this pull request almost 2 years ago
Canary-test v2

vweevers opened this issue almost 2 years ago
Keep track of iterator end

vweevers opened this pull request almost 2 years ago
Add experimental support of `AbortSignal`

vweevers opened this pull request almost 2 years ago
Breaking: require snapshots to be created synchronously

vweevers opened this pull request almost 2 years ago
Mark hooks as experimental

vweevers opened this pull request almost 2 years ago
Remove compatibility checks for `levelup` & friends

vweevers opened this pull request almost 2 years ago
Breaking: remove deferred chained batch

vweevers opened this pull request almost 2 years ago
Breaking: remove callbacks in favor of promises

vweevers opened this pull request almost 2 years ago
Breaking: use undefined instead of error for non-existing entries

vweevers opened this pull request almost 2 years ago
Breaking: remove `ready` alias of `open` event

vweevers opened this pull request almost 2 years ago
Tracking issue: planned breaking changes in v2

vweevers opened this issue almost 2 years ago
Bump ts-standard from 11.0.0 to 12.0.1

dependabot[bot] opened this pull request almost 2 years ago
Add hooks and deprecate `batch`, `put` & `del` events

vweevers opened this pull request almost 2 years ago
Replace Sauce Labs with Playwright

vweevers opened this pull request almost 2 years ago
Bump faucet from 0.0.1 to 0.0.3

dependabot[bot] opened this pull request about 2 years ago
Define explicit snapshots

vweevers opened this pull request about 2 years ago
Fix Sauce Labs CI failure

vweevers opened this issue over 2 years ago
Bump @types/node from 17.0.45 to 18.0.0

dependabot[bot] opened this pull request over 2 years ago
getMany with partial result?

ronag opened this issue over 2 years ago
clear with limit

ronag opened this issue over 2 years ago
chainedBatch._put/_del

ronag opened this issue over 2 years ago
Events on root propagate pre-encoded value

martinheidegger opened this issue over 2 years ago
Confused about encoding

ccollie opened this issue over 2 years ago
Make iterator._seek async

ccollie opened this issue over 2 years ago
Bump sinon from 13.0.2 to 14.0.0

dependabot[bot] opened this pull request over 2 years ago
add more default implementations

ronag opened this pull request over 2 years ago
Not possible to implement batch(ops) in terms of chained batch

ronag opened this issue over 2 years ago
clear without limit

ronag opened this issue over 2 years ago
Bump standard from 16.0.4 to 17.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump @voxpelli/tsconfig from 3.2.0 to 4.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump codecov/codecov-action from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Benchmarks?

ronag opened this issue over 2 years ago
flush() instead of sync=true

ronag opened this issue over 2 years ago
range queries inclusive/exclusive

ronag opened this issue over 2 years ago
perf: allow for flat iterator response

ronag opened this pull request over 2 years ago
Bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Add hidden `abortOnClose` option to iterators

vweevers opened this pull request over 2 years ago
Document error codes of `classic-level` and `many-level`

vweevers opened this pull request over 2 years ago
Keep track of iterator end in `_nextv()` fallback

vweevers opened this issue over 2 years ago
Bump actions/setup-node from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Use `Object.assign()` to avoid performance regression

vweevers opened this pull request over 2 years ago
Release `abstract-level` and dependents

vweevers opened this issue over 2 years ago
Refactor `keys()` and `values()` internals

vweevers opened this issue almost 3 years ago
Add `db.keys()`, `.values()`, `iterator.nextv()` and `.all()`

vweevers opened this pull request almost 3 years ago
Bump @types/node from 16.11.17 to 17.0.5

dependabot[bot] opened this pull request almost 3 years ago
Test that `iterator.seek()` respects snapshot

vweevers opened this pull request almost 3 years ago
Add test that `iterator.seek()` upholds snapshot guarantee

vweevers opened this issue almost 3 years ago
Add builtin sublevels :sparkles:

vweevers opened this pull request almost 3 years ago
Bump ts-standard from 10.0.0 to 11.0.0

dependabot[bot] opened this pull request almost 3 years ago
Decide on naming of modules

vweevers opened this issue almost 3 years ago
Review TypeScript declaration files

vweevers opened this issue almost 3 years ago
Benchmark against level

vweevers opened this issue almost 3 years ago
Decide whether deferred open should (still) be patch-safe

vweevers opened this issue almost 3 years ago
Handle streams

vweevers opened this issue almost 3 years ago
Setup SauceLabs

vweevers opened this issue almost 3 years ago
Remove redundant range tests

vweevers opened this issue almost 5 years ago
relax test for simple iterator()

ralphtheninja opened this issue about 7 years ago