rippledb icon indicating copy to clipboard operation
rippledb copied to clipboard

Embeddable key-value database engine in pure TypeScript, based on LSM-Tree

Results 12 rippledb issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

``` (node:1) UnhandledPromiseRejectionWarning: Error: AssertError: E at assert (/rippledb/build/src/DBHelper.js:22:11) at Skiplist.put (/rippledb/build/src/Skiplist.js:157:26) at MemTable.add (/rippledb/build/src/MemTable.js:129:16) at Function.insert (/rippledb/build/src/WriteBatch.js:37:11) at Database.recoverLogFile (/rippledb/build/src/Database.js:342:38) at async Database.recover (/rippledb/build/src/Database.js:295:23) at async Status.wait (/rippledb/build/src/Status.js:68:7) at...

`Status` is just a wrapper for `Promise` Current Status: ```ts class Status { async ok():Promise { constructor(promise:Promise) { this.promise = promise } try { await this.promise return true catch(e){ return...

https://deno.land https://github.com/denoland/deno

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies