Jithil P Ponnan

Results 36 comments of Jithil P Ponnan

I can volunteer for this activity.

Needs to publish the latest. ![image](https://user-images.githubusercontent.com/26359740/118408083-78f14600-b6a1-11eb-8c34-d6c4d71ae054.png) CC: @jasongin

Publishing is their responsibility? Or ours? I'm a little confused here.

@smochan Can I take this task? I started code changes for some experimental purposes. Please let me know if that PR could use here if you are busy.

> No, I have already completed it. I just have to change its css a bit and I will make a PR till tomorrow. Okay. Thanks for the update. CC:...

``` const start = async () => { const timeout = await setTimeout(() => {}, 0); console.log(timeout._idleTimeout); }; start(); ``` ![image](https://user-images.githubusercontent.com/26359740/148694068-2b88146a-4a59-48a4-952b-3e5bce884417.png) it will output `1` if we run on the...