David Fahlander

Results 50 issues of David Fahlander

A test run on Safari 9 gives: ``` An example of Error.stack before throw: testErrorStack@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:16:26 global code@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:46:15 An example of Error.stack: testErrorStack@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:16:26 global code@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:46:15 On this broweser, Error.stack is created...

Hi! Congrats for this project! It has the potential of a game changer. I was actually having the same idea after reading [hosting-sqlite-databases-on-github-pages](https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/) earlier this summer. But ideas are one...

Need help providing more samples and better flow documentation of the DBCore interface and all its methods and related interfaces. There is a skelleton of docs around the DBCore interface...

good first issue

I think we should use a layout with improved overview for dexie docs. It seems quite common to have a left navigation div with headers like *get started* *API reference*...

After having added an object to a store, that object should be able to retrieve without having to wait for onsuccess. This is according to the idb spec if using...

bug
In progress

Just a notice that I'll be using my computer very sparse for another 2 weeks...

To reproduce: ```ts const obj = { foo: 3n }; console.log(obj); ``` I believe that [this file](https://github.com/samdenty/console-feed/blob/master/src/Transform/replicator/index.ts) would need to detect bigints (typeof x === 'bigint') and handle encoding/decoding them.

After having been connected to a "lie-fi" - a wifi that does not work, and later on gain a healthy connection, Dexie Cloud's websocket connection do not reconnect again.

cloud

Since upgraders need to target old versions of objects, they shall not respect mapToClass() and only return POJO objects regardless of whether an object had been mapped or not. A...

The goal for 4.0 will be: * Measure real world performance and memory consumption of various indexedDB requests in different implementations to find optimal strategies from combined queries. * Multiple...