Louis Lam

Results 336 comments of Louis Lam

Workaround: Added a setting for enable/disable dns cache. In upcoming release, if you encounter the issue, you can disable it. ![image](https://user-images.githubusercontent.com/1336778/207008045-0ead3905-5a30-40aa-9691-359044492206.png)

> Same issue here, tried the work around but maybe best way to handle it is simply to make it optional. > > Enable => working like 1.18.X Disable =>...

> I have the same problem, when i query for some domains like `staging.camsrepository.com`, CF DNS resolver throws `ESERVFAIL`. Since the implementation is querying for both resolve4 and resolve6, should...

> You can already adjust the http headers - in that you can define the user-agent… > > Wouldnt your PR and the existing option then collide e.g. when a...

It seems to be a frontend issue of dayjs. - Could you provide more details of client side (browser version, linux desktop environment, language etc.) - Try another browser on...

Tested on Ubuntu's Chromium, it is OK. Can you also try in a new Chromium profile or incognito mode. Make sure it is not affected by any Chrome extensions. I...

Spent some time on it and my conclusion is it is a bug of Chromium of Arch Linux. ![image](https://user-images.githubusercontent.com/1336778/203149851-857e876c-beb7-4f1b-be51-ac0b1f8c5fcf.png) The problem is `toLocaleString()` of Date. ``` let target = (new...

The person who decided to create so many space characters and the no-width character should be put in jail honestly. It is not the first time that create a trouble...

> ![2022-12-13-002704+0900](https://user-images.githubusercontent.com/1246590/207084770-25220521-bdb1-4577-818c-dee18f0df9bf.png) > > Not sure this is relevant so I'm sorry if this is not related, but FYI: reproducible on Node.js v18.12.1. A space between `8` and `A` was...

@lo48576 Thanks for your info. > In many formatting patterns, ASCII spaces are replaced with Unicode spaces (e.g., a "thin space"). https://icu.unicode.org/download/72 Turn out, it is a feature, not a...