Marek Dorda

Results 20 comments of Marek Dorda

Thanks for quick response! - At this moment we are running https://github.com/NodeBB/NodeBB/blob/v1.17.1/src/user/create.js#L23-L26, but we updated NodeBB many times since Jan 2017. - No, we use session sharing for the last...

The problem (according to our mongo) exists since Jan 2017 to at least Sep 2021. It probably still exists, just last occurence is in Sep 2021 in our DB. We...

Wow, I was quite surprised and confused why all my optional query parameters were omitted from the swagger document. It's a shame that so great framework doesn't have support for...

In a case you even cannot pass data as @soichih sugests, you can access the request object using this ugly nasty never-use-that way: ```js passportOAuth.Strategy.prototype.authorizationParams = function() { const req...

Same here. MacBook Pro (13-inch, M1, 2020), Montery. Only "reverse mouse" is enabled, trackpad is disabled. It does not matter if I use the Magic Trackpad or the trackpad directly...

Sure. Here is the link to video (it is too big for Github): https://drive.google.com/file/d/1MkoxfIZ8pwyekiZncWgAXrzjTt-6T0E8/view?usp=sharing

+1 for this feature! `pg` package has stats for `totalCount`, `activeCount` and `idleCount` (https://node-postgres.com/api/pool#properties) and it is super usefull for finding bottlenecks on heavily loaded backends.

Any update? This feature is a deal braker for us :-)