Simon Y. Blackwell

Results 22 issues of Simon Y. Blackwell

I am having the same issue as #244. To keep all comments and docs in the same place, I commented on it even though it is closed. I am hoping...

**Is your feature request related to a problem? Please describe.** Everyone likes smaller code! This suggestion is base don the assumption that the functions I see scattered throughout the obfuscated...

enhancement

First, I had not looked at your code in over a year. Great progress!!! **Is your feature request related to a problem? Please describe.** Not a problem. Just a request...

enhancement

I am occasionally getting ` Data read, but end of buffer not reached` errors after a single putSync into a root database: const id = db.putSync("Person@1",{ "name": "joe", "age": 21,...

putSync is occasionally returning a Promise rather than a regular value. A review of the source shows the below at line 709 in write.js, so unless some other core code...

I would expect value to be 1 below because it would be reloaded. This does not seem to be the case. await db.put(1,1); db.cache.delete(1); const value = db.get(1); if(value!==1) console.log(new...

A higher level query mechanism for LMDB supporting functional, declarative and RegExp filters without the overhead of an entire database wrapper: https://www.npmjs.com/package/lmdb-query. Queries can match against keys, key fragments, values...

When an object is passed to openDB as options, do the options default to the values of the root database? Or, must they be re-specified? For example, if useVersions is...

Thought you might be interested in https://github.com/anywhichway/lmdb-localstorage. I really like LMDB, too bad there is no synchronous get storage in WebWorkers and ServiceWorkers. Do you think there would be an...

VanJS is not quite the smallest anymore, see https://github.com/anywhichway/trui. Although VanJS certainly rocks and it likely to get better support and be more pervasive. If there is any interest, I...