Nolan Lawson

Results 342 issues of Nolan Lawson

Hey, this is an awesome project and really technically impressive. Hats off! Just wanted to point out that [the IDB benchmark for summing each item](https://github.com/jlongster/absurd-sql/blob/74af8d5005c4c668b8117e55acfe1499056fdca7/src/examples/bench/queries-raw-idb.js#L46-L71) would probably be faster using...

This seems to indicate that a process was started up: 03-14 16:46:19.540 I/ActivityManager(2690): Start proc com.samsung.internal for service com.samsung.internal/.AndroidSprintExtensionService: pid=24513 uid=4001 gids={}

There's a case to be made that we should loop around – i.e. when you get to the end of the list of focuable elements, it should loop back to...

enhancement

Currently we assume DOM order is the same as focus order. Obviously this isn't the case for things like ``` ``` Probably we should support this, even though it's kind...

bug

I think to do this, the only thing you have to do is add a `package.json` with the `main` pointing to `idb-iegap.js`. We may or may not want to start...

I don't know if this is the right venue to propose new layered APIs, but I really think an emoji input would be a good candidate for a layered API...

I've been trying to wrap my head around how to get an alpha version of CouchDB 2.0 up and running. I tried following instructions from @wohali [here](https://speakerdeck.com/wohali/ibm-cloudant-and-apache-couchdb-2-dot-0) but got stuck...

First off, thank you for creating this tool! It works amazingly well, and solves many of the problems with working with heap snapshots that I mentioned in [my blog post](https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/)...

The `"close"` event on an IDBDatabase only fires when the database closes for an abnormal reason, as described [in the spec](https://www.w3.org/TR/IndexedDB/#close-a-database-connection). (An abnormal reason would be something like the user...

Similar to #50, it would be awesome for fakeindexeddb to have a way to simulate the storage device running out of space and throwing a [QuotaExceededError](https://web.dev/storage-for-the-web/#over-quota). Currently this is really...