rtritto

Results 310 comments of rtritto

I want to add more unit tests. With `UUID()`, should we valide the uuid value? (`mongodb-query-parser` don't check) If yes, with `UUID()` we can also generate new uuid and replace...

In document listing, I changed the _id output format from `UUID()` to `` (such as ObjectId). Now I'm searching for TODO `Add hyphens to uuid in document detail`.

TODO `Add hyphens to uuid in document detail` is related to toJSString (https://github.com/mongodb-js/query-parser/issues/115)

@shakaran I can reintroduce [patch-package](https://www.npmjs.com/package/patch-package) to patch manually the 2 dependecy of 2 opened issues. Last step is to add unit tests for the `UUID()` and `UUID()` cases. If you...

@MohamSayed How can I enable the interface _wlan0_? I have `htc_9271-1.4.0.fw` in _/lib/firmware/ath9k_htc_. No driver linked. dmesg ```console vhci_hcd vhci_hcd.0: pdev(0) rhport(0) sockfd(3) vhci_hcd vhci_hcd.0: devid(65544) speed(3) speed_str(high-speed) vhci_hcd vhci_hcd.0:...

As said, after #957, this change isn't needed. FYI @shakaran @BlackthornYugen

Did you try adding _readPreference_ in connection string? ([source](https://www.mongodb.com/community/forums/t/node-js-driver-3-6-3-with-replica-set-not-master-and-slaveok-false/127208/6)) _readPreference_ value is one of [Read Preference Mode](https://www.mongodb.com/docs/manual/core/read-preference).

Any update? @dimitropoulos please can you start a PR?

Ok FYI @galvez