Aaron

Results 10 issues of Aaron

我想要实现一个分布式 DHT 爬虫,须要共享 Peers 和 BlockList,这样一来,当某个爬虫发现一个 Peer,或把某个 Node 放入 BlockList 时,其他爬虫也会立即知道。 如果 `peersManager` 和 `blackList` 两个 struct 能够自定义后端存储的话,上述需求就很容易实现。 如果能把 `syncedMap` 抽象成接口就好了!这样,用户就可以替换默认的 `syncedMap` 来实现共享式的 Peers 和 BlockList。 @shiyanhui 不知道有这方面的计划没?

在原生 Linux LVS (阿里版本)中,使用 FullNAT 双臂模式,使用 SCP 上传大文件时,会出现 Broken pipe 连接中断。 使用 DPVS 1.9.0 版本,在 FNAT 双臂模式下,使用 SCP 上传1G大文件时,也会出现 Broken pipe 中断(每次尝试都是必现)。由于 DPVS 中的 LVS 是基于开源 LVS 移植的,是否是因为该问题本身就仍存在于相关的 LVS 源码中没有解决?...

issue/to-reproduce

When compiling it, no problem. But when I ran it, it didn't work and had a exception. It said that it couldn't find the reference of DiffieHellman.DLL. I downloaded a...

`npm run dev` 运行起来后,没发登录。 看 `src/config.js` ,好像还要七牛云存储账号、DB、邮箱等等,运行个测试,还必须得有这些依赖吗?如果有,对于 DB 的表结构如何初始化? 总之,想表达的意思是:我如何把它运行起来并正常操作??

This PR removes the hard-coded stack depth to skip. So the user can customize it by the actual demand. For example, I want to wrap `log15.Logger` in my struct. ```go...

The plugin of Visual Studio Code, Project Manager, can detect the `git` or `svn` projects when i indicate a list of folders. I think it is very intelligent, and this...

Does this project support OpenFlow from 1.0 to 1.5? Or only support a certain version, such as 1.3?

area/v1.5
kind/question

- Sequel Ace Version (including build number): 4.0.13 Build 20062 - Sequel Ace Source (App Store/GitHub/Homebrew): App Store - macOS Version: 11.7.10 - Processor Type (Intel/Apple): Intel - MySQL Version:...

Cannot Reproduce

In a large-scale collaborative project, the sub-router is too much important, such as `Django`, a full-stack web framework like `RoR`, which is implemented by `Python`.

enhancement