moller
moller
I code new plugin base on wheel demo, it's work. This plugin can zoom or drag all series and scales. ``` // 滚轮缩放插件 function wheelZoomPlugin(opts) { // 缩放倍率 let factor...
> this is uPlot demo, can wheel or drag in series and Y-axes. ( wheel mousedown to drag) [uplot wheel demo](https://moll33er.github.io/demos/stream-data.html)
> @fernvenue Can samba be forwarded? It seems that it uses tcp as well as udp. > > ## server > ```toml > [server.services.samba] > bind_addr = "0.0.0.0:445" > [server.services.samba_netbios_ns]...
可以用nginx先代理去除proxy_protocol(如果一定需要使用proxy_protocol直达xray请忽略),配置如下 ``` stream { # 第一跳 upstream xray_proxy_protocol { server 127.0.0.1:7070; } # 接受proxy_protocol server { listen 7070 proxy_protocol; proxy_pass xray_proxy; } # 第二跳 upstream xray_proxy { # 代理端口 server...
1. **Connect to WSL**: Use the shortcut `Ctrl+Shift+P` and click `Connect to WSL`, or enter `code ..` in the WSL terminal to launch the IDE. Your IDE will then connect...