David Fahlander

Results 50 issues of David Fahlander

Hi! I've been testing out dexie-encrypted together with [email protected] and they work fine together except for the typings of `applyEncryptionMiddleware()`. Would you be open to change package.json's devDependencies to dually...

Feature Request It is already possible to do encryption with dexie using [dexie-encrypted](https://github.com/mark43/dexie-encrypted) and [dexie-easy-encrypt](https://github.com/jaetask/dexie-easy-encrypt). However, these library are not actively maintained. This feature request is about adding an encryption...

feature request

Storing images, movies, tunes, sounds and files in IndexedDB is best accomplished by storing the data in Blob properties. When using Dexie Cloud, Blobs are currently supported but they are...

feature request
cloud

This PR fails for 2 tests representing apps that imports Promise from a promise polyfill instead of just using the global Promise. This is PR is based on #1293 but...

Due to all issues we've had with the new package.json's exports field with [Dual Package Hazard](https://nodejs.org/api/packages.html#dual-package-hazard), we've had to make sure to only build the UMD module along with a...

In Dexie Cloud it is currently only possible to either use the default OTP / magic link authentication, or to replace the authentication in its whole with a custom backend...

feature request
cloud

Could we do about the repeated use of **_this**_ keyword in class centric Ecmascript code? Looking at any class centric ES2015 or typescript you will see **_this**_ being used a...

I want to share something that can become a little of a headache for my users of the [Dexie.js](https://github.com/dfahlander/Dexie.js/) library. I'm not advocating for a change (because I haven't deep-dived...

Maybe this would be another proposal, where different functions could be identified uniquely based on their source location, arguments and closures despite a new Function instance is created. If so,...

Now, since build outputs have been removed from the repo (to make it easier to collaborate and merge from different branches), bower package wont work anymore. People being dependent on...