Chris Duff

Results 38 comments of Chris Duff

> Actually, on large data sets, having n queries without joins and hydrating the results after, is far more performant. I'm having such an issue now with TypeORM and I...

I opened this issue in Dec 2021. FYI I've since migrated my SPA to [Next.js](https://nextjs.org/) using an approach like https://nextjs.org/docs/app/building-your-application/upgrading/from-vite. [Vite](https://vitejs.dev/) also looked like a good option, but I had...

I'm experiencing the same issue on my Windows 11 Pro machine. To work around it for now I'm executing typeorm migration commands inside a Docker container.

Duplicate of https://github.com/typeorm/typeorm/issues/9769?

Also reported as issue https://github.com/typeorm/typeorm/issues/9785? May only occur when running on Windows machines? I'm able to work around by executing migration commands inside a Docker container.

Could be related to update of `glob` dependency from `^7.2.0` to `^8.1.0`.

> This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. I'm...

@viktordarko FYI I just created issue https://github.com/fkhadra/react-toastify/issues/1035

I found a workaround as demonstrated in the following sandbox: https://codesandbox.io/p/sandbox/react-player-iphone-seek-issue-forked-r2mkkx It uses `playsinline` and sets `muted` for iOS only, as determined using the `is-ios` npm package. Auto-play/resume now works...

> Does the resume (using vimeo play button from a seeked-to progress) work if you don't initially hide the player and don't care about autoplay? @Firsh Yes, it does.