Yuki Tanaka

Results 11 comments of Yuki Tanaka

Hello, thanks for the report! > Hello, is it possible to disable resizing of the window? Honestly, I can't come up with a way to do that right now... :sob:

@kitepad This module internally uses Chrome DevTools Protocol. So it may work with Chromium-based Edge (but I haven't tested it yet). ```typescript import { launch } from "https://deno.land/x/[email protected]/mod.ts"; const pathToEdge...

https://github.com/zserge/lorca/issues/26

LGTM, thanks @michael-spengler! I'll set up the API key later and then merge this PR :wink:

@tellmewhy-sir Thanks for the report! `denolib/[email protected]` does not support the latest version of Deno. Can you update it to [v0.2.23-rc5](https://github.com/denolib/typeorm/releases/tag/v0.2.23-rc5)?

P.S. `deno-redis` is now part of `denodrivers` and renamed to `redis`!

@sawadyecma Thanks for the report! > Or is the section for cluster on https://github.com/denodrivers/redis/blob/master/README.md needed to fixed? I think it would be better to fix the section for cluster on...

@ClaudiuCeia Thanks for the making changes! We run `deno fmt --check` in CI to keep the code style consistent. Could you run `deno fmt` locally on the changed files?

@ClaudiuCeia Thank you for the contribution! I'll release this later

@xcatliu Thanks for your suggestion! Currently there is no documentation other than README.md. So I don't plan to use pagic at this time :smiley: However, I'll keep this issue open,...