denyaalt

Results 5 issues of denyaalt

Hi, How to display time in locale specific format (bcp47 language tag)? ``` const event=new Date(); const options={timeZone:'UTC',year:'numeric',month:'numeric',day:'numeric',hour:'numeric',minute:'numeric',second:'numeric'}; console.log(event.toLocaleDateString('ko-KR', options)); // → "2021. 3. 20. 오후 3:40:17" console.log(event.toLocaleDateString('en-GB', options)); //...

question
discussion

Hi, In the [touch zoom example](https://leeoniya.github.io/uPlot/demos/zoom-touch.html), if you touch outside of **``** and try to pinch two fingers, the zoom will immediately go to maximum. I shot a video: ![HVs5Si8s2b](https://user-images.githubusercontent.com/52670506/112144571-7535cb80-8bea-11eb-94ef-cd3f977bc31c.gif)...

enhancement
demos

Hi, Is it possible to use this plugin in conjunction with GoogleMutant? Thanks.

Hi, Is it possible to add the TCP_NODELAY setting to SO_REUSEPORT to use them together? Thanks.

### Node.js Version v20.12.0 ### Operating System Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux ### Description Hi, I am testing node with network load and I get the following profiling results: ```...

question