[20:04:50] <Zta77> Is this how I create a collection with an index? I have this method called from the constructor of my repository: https://pastebin.com/atm00mmd
[20:10:12] <Zta77> Ah, createIndex() is na idempotent operation, so I can move it outside the check. That helps.
[22:58:15] <concatime> Hi folks. Using the latest mongodb + node-mongodb-native, I’m not able to connect with ipv6 when I enable `useUnifiedTopology`.
[22:58:25] <concatime> Is there smthg I’m missing?