François Rouault

Results 9 comments of François Rouault

Hi @kazuhiro4949, Is it possible to merge commit d52fce84af6530f7b35b15b4f08288941641dbc1? See my usecase without d52fce84af6530f7b35b15b4f08288941641dbc1: ![pagingkit-without](https://user-images.githubusercontent.com/2499356/45910846-f7bc5500-be0c-11e8-8fde-a8a929520a1d.gif) And now, with the changes in that commit: ![pagingkit](https://user-images.githubusercontent.com/2499356/45910626-fb4edc80-be0a-11e8-902a-e36d7b1c05c8.gif) Just in case, my source code...

@reitzig @SDGGiesbrecht just to clarify, the only way to hide things in block `#if DEBUG ... #endif` is to use `/// :nodoc:` right ? I would have expected to be...

Another solution may be using macOS "Quick Action" automation: - open Automator.app - create a new "Quick action" - apply workflow to PDF files in the Finder - drag &...

Ok so anyway, I have tried and push the code *without* closing the client in production and boom, in less than 12 hours I have received a notification from mongo...

I am joining this conversation. It first starts here https://github.com/vercel/mongodb-starter/issues/24 but I realize that it's becoming a duplicate / related issue. I am facing the same issue : my mongodb...

Here is a little update, I still don't get it, even with `maxIdleTimeMs=2000` & `maxPoolSize=10` options and with this [mongodb.ts](https://github.com/vercel/mongodb-starter/blob/main/lib/mongodb.ts) copy/pasted implementation. I am still receiving like 10 or 15...

> Hey did you solved this problem? I keep requesting my database from my expressjs server (which holds the mongodb connection). To me, nextjs serverless functions is not compatible with...

@smaeda-ks no, I haven't touched to `maxIdleTimeMS` or any other setting as I would expect mongodb to work kinda out-of-the-box. I was wondering, does the [Vercel MongoDB integration](https://vercel.com/integrations/mongodbatlas) fix this...

Sorry, I'm rephrasing. I don't expect MongoDB to work out-of-the-box with Next.js, but I'm not confident in changing MongoDB configurations when no tutorial does (especially considering the Vercel MongoDB starter)....