Yoshiya Hinosawa
Yoshiya Hinosawa
Hey, sorry for the delay. I updated the test cases to pass them on windows. Please run the CI again (Note: I experimented the windows run in https://github.com/kt3k/markdown-link-check-clone/pull/1 )
> No. I very likely could be updating value 100x a second. That is a lot of wasted prints. What would be the maximum reasonable number of re-rendering in a...
> I think an inconsistent update interval though could give the effect that the program is having lag spikes and any "delta" values that are introduced or manually calculated via...
This looks related to this issue in typescript https://github.com/microsoft/TypeScript/issues/15300 You can fix the issue by using `type` for `FirstLast` instead of `interface` like: ```ts type FirstLast = { first: string;...
Abbreviations in variable names, function names, argument names, etc are very common across Deno projects (Deno CLI, std, etc). (For example, `rid`, `conn`, `req`, `res`, etc) I don't think this...
Ah, yes. Thanks!
Run `deno fmt` to format the source code
We currently don't accept a new feature directly, but we'd like to accept it as unstable feature first (See https://github.com/denoland/std/blob/main/.github/CONTRIBUTING.md#suggesting-a-new-feature ) Let's keep the return type of `parse()` to `Record`,...
Can this be closed now?