Adrien Montagu
Adrien Montagu
To add more informations while debugging (I am working with @Mike-FR ) The code that emit exception start here: https://github.com/pubkey/rxdb/blob/master/src/rx-database.ts#L351 The bulkWrite funciton is called first time with `internal-add-storage-token` and...
By looking more the issue probably come from incrementExpectedAwaits or decrementExpectedAwaits. https://github.com/dexie/Dexie.js/blob/master/src/helpers/promise.js#L597 https://github.com/dexie/Dexie.js/blob/master/src/helpers/promise.js#L607 Meaning that we may have some other dependecy changing the default behavior of async/await. We will try...
Look like: https://github.com/pubkey/rxdb/issues/6011 Is that mean we need to wait for faro to update dependencies of zone js ?
@kylebisley You are using ENV KC_HTTP_RELATIVE_PATH=/auth . It's okay it allow to keep backward compatibilty from older keycloak version. But if you don't need it and you remove it then...
Yes we totally understand. We will see for sponsoring or debugging it ourself and make a PR. As is is just blocking an update to the latest version of RxDB...
Hello So it look like the error in our repo and the example repo ae not the same. In our repo this is not a native promise. In the example...
I have an hard time understanding the whole zone wrapper system. When using `enqueueNativeMicroTask` in `switchToZone` then the method is called 113 time with `bEnteringZone` true and 112 times with...
Hello @dfahlander I didn't look more into it since friday. It seem clear to me that the issue is not only a bug but also an opiniated choice about: -...
Hello, To prepare the friday call I pushed all the different step and branch to debug reproduce so we can follow them on friday. First step reproduce the issue of...
So after the bug investigation the better solution for now is to transpile teh dependencies that use Dexie so they can be babelify. Example using webpack: ``` // Webpack configuration...