masx200
masx200
https://github.com/koajs/koa-range/pull/24
I think it is unnecessary
https://github.com/zerotier/ZeroTierOne/issues/798
Or you can change the method of publishing routes, you need to authorize some devices to publish routes to the controller, the controller automatically allows these routes, the routes can...
for example ``` --advertise-routes-interface=lan ```
https://github.com/caddyserver/caddy/issues/5086
Many of Cloudflare's websites have been blocked. any update? I found that the https TLS connection of the existing website was attacked by a man-in-the-middle, and the connection was disconnected,...
https://www.npmjs.com/package/jsdom Use jsdom to solve the problem
我个人理解是,观察者模式可以理解为没有`eventname`的发布订阅模式啊 回调函数存储的结构如下: ```ts type EventListener=(event:any)=>void ``` 观察者: ```ts type ObserverListeners=Set ``` 发布订阅: ```ts type PublicationListeners=Map ```