Tyler Cosgrove

Results 4 issues of Tyler Cosgrove

How would one go about adding custom query arguments to a request. I am looking to add the 'hd' element to a google request that would limit the domain of...

### First check * [x] I added a very descriptive title to this issue. * [x] I used the GitHub search to find a similar issue and didn't find it....

question

### Environment information ```block CLI: Version: 12.1.0 Color support: true Platform: CPU Architecture: aarch64 OS: macos Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v18.14.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "yarn/3.3.1" Rome...

S-Bug: confirmed
A-Linter

The `TIME` command returns as a two item list. The values in the list are strings. The values returned in JS are also strings. https://redis.io/commands/time/ **Example** ```ts await redis.time() //...