David

Results 19 comments of David
trafficstars

![](https://github.trello.services/images/mini-trello-icon.png) [Apimap - Send engine name, engine version, framework name, framework version, database version and orm name in apimap meta](https://trello.com/c/PUgfHoAo/3206-apimap-send-engine-name-engine-version-framework-name-framework-version-database-version-and-orm-name-in-apimap-meta)

I have ~800k objects in my OVH S3 bucket, am I supposed to iterate over each one of them with `put-object-acl` ? It will take ages... Edit: a quick fix...

@HuakunShen Do you mind to retry with Bun v1.0.15 (https://bun.sh/blog/bun-v1.0.15#stable-websocket-client)

Your example is using `WebSocketServer` from https://github.com/websockets/ws maybe open an issue with them

It seems Bun [v1.0.32](https://bun.sh/blog/bun-v1.0.32) fixed the issue with `ws.ping()`.

Hey OzaklOne thanks for the stackblitz, I was able to repro using your code with few changes, the important part is `routeBasePath: "/",` because I want the blog to be...

> https://mongoosejs.com/docs/jest.html I already followed this doc before posting my issue, I don't use timers in my code, is this an issue with the Jest config `jest.setTimeout(30000);`?

Running only the failed test with debug true and logged `connected`, `disconnected` and `close` events, everything looks ok but I still have the MongoNotConnectedError See logs ```shell ● Console console.debug...

Fixed following: https://github.com/nodkz/mongodb-memory-server/issues/629#issuecomment-1092738978=