David Luis

Results 4 comments of David Luis

> * [ ] [console](https://app.codecov.io/gh/denoland/deno_std/tree/main/console) > * [ ] [toml](https://app.codecov.io/gh/denoland/deno_std/tree/main/toml) `console` and `toml` have been fully covered in #4177 and #4211 respectively.

How about `setResponseCookie()` for setting `Set-Cookie` header and `setRequestCookie()` for setting `Cookie` as `Set-Cookie` is a response header while `Cookie` is a request header?

This is an example of using `using` keyword with function: ```ts interface Calculation extends Disposable { (x: number, y: number): number; } const impl: Calculation = Object.assign( (x: number, y:...

This change seems to cause a failure when comparing two negative numbers. See #4994