Yuki Tanaka

Results 57 issues of Yuki Tanaka

## Example https://deno.land/x/[email protected]/protocol/reply.ts contains the following definition: ```typescript export const replyTypes = { Integer: "integer", SimpleString: "simple string", Array: "array", BulkString: "bulk string", } as const; ``` `deno doc` generates...

feature

See #2224 ## TODO - [ ] Remove third-party dependencies - `db/redis/experimental/cluster/mod.ts` depends on `lodash-es` and [cluster-key-slot](https://github.com/invertase/cluster-key-slot) - benchmark code depends on [benny](https://github.com/caderek/benny) - [ ] Run tests (`db/redis/tests`) and...

`Deno.addSignalListener` and `DenoremoveSignalListener` have been stabilized in Deno v1.19 We should handle signals with those APIs

enhancement

documentation

https://github.com/berstend/puppeteer-extra

enhancement

https://github.com/lucacasonato/deno-puppeteer

enhancement

Currently, this module is tested only on Linux and Windows. I think that this module should be tested on MacOS as well.

mac
ci