David Fahlander

Results 50 issues of David Fahlander

Aborts liveQueries if unsubscribing from a liveQuery observable while querier is being executed. Currently, when a live query is unsubscribed from while the querier is being executed, we let the...

This will hopefully resolve the ordering issue listed in https://github.com/dfahlander/Dexie.js/issues/709 https://github.com/dfahlander/Dexie.js/issues/701 as referred from https://github.com/axemclion/IndexedDBShim/issues/325.

Awaiting information/action

Hi! Thanks for an extreemely valuable polyfill! I was wondering about the status of using this shim to polyfill the lack of compound- and multiEntry indexes in IE and Edge....

Bug-environment support

Tested on Browserstack on iOS v9 Safari ( an IPhone 6S Plus). ### Safari 9 ```html shimIndexedDB.__useShim(); ``` ...does not do its job to patch the browser no matter manually...

Bug-environment support

In npm, you can have both main and esnext:main property in package.json. This is handy when your module have different build output for es5 and es6. Does bower.json plan to...

Hi! I'm trying to build dexie-encrypted locally but am failing to npm install the library. It fails with 401. I tried to remove the "repository" field as it seemed to...

Issue Type: Bug Deploying my node.js app to azure is not possible anymore. This currently stops me from publishing a new version. Steps to reproduce: 1. Right-click application in vscode...

There's a ticket posted to Dexie.js: https://github.com/dexie/Dexie.js/issues/1621 Please let me know if I can do anything to troubleshoot it and fix it. I'm still having trouble with #40 to contribute...