Ruben Grimm

Results 16 comments of Ruben Grimm

I tried moving the `Symbol.asyncIterator`-Polyfill into the `index.ts` of `@redux-devtools/remote`, but it still didn't work. I guess for now the easiest way, is to document, that users need to put:...

I was able to fix this issue by adding this index.js in my Expo project. I needed to use `require` instead of `import` to make sure bundling doesn't move the...

> In my case, "crypto.randomUUID is not a function" error shown on console. Same on Chrome, Brave. I had the same error, but then I realized it was coming from...

fyi: That's the reason why I didn't implement this as a new driver or as a driver option. With this change, the Expo SQLite Driver should be able to change...

@kamreo TypeORM is in the midst of a maintainer change. I hope they will start reviewing / merging PRs soon, but I guess we'll have to wait for a bit.

I created a PR with an update to the Expo driver, that should work with the new Expo SQLite API. Please try this PR in your projects. I'd appreciate some...