CodyDWJones

Results 5 issues of CodyDWJones

Fixes issue #5. This is a breaking change for developers using custom strategies. However, there shouldn't be any impact on code using the strategies included in this package. Because the...

A context cancellation / missed deadline is permanent, and if it happens while retrying, there is no point in making further attempts. However, `Retry()` continues trying even if the developer's...

The "not thread safe" comments are seven years old and no longer apply. **Reason for the change** Prevent other developers from being misled if they read the library's documentation but...

It seems a JS script can no longer check if `mongosh` was started with the `--quiet` flag, so this commit changes Variety to be always verbose. A `quiet` config option...

bug

I had to make some changes for Variety to run with the new MongoDB shell. * `__quiet` is no longer defined. While I couldn't find a way to determine whether...

bug