Results 15 comments of Jo

Yeah, that would be really great.

Hi Could you make 3 seperate issues for this? Junos and iptables support should be pretty easy to implement. Regarding the whole version control stuff: This sound like something that...

Hi! I took a quick shot at this issue. Implementing the socket stuff for IPv6 to work is easy and leads to cleaner code by using the appropriate structs to...

Hello I have the same issue. I would like to remove old devices from the HEAD of the git repo. It is okay that they remain in the git history,...

Thanks for your interest in aiorcon. If you need a couple of examples to get you started I can cook something up tomorrow. Would that help you? Extensive documentation needs...

I just added a simple example to the README, this should get you started.

Yes, you are right, Sphinx is missing that file. Also the documentation is missing in general. I will take a look at this.

Currently I still have one open question regarding the sparse implementation of the algorithm. So far I haven't touched that one. Implementing, testing and maintaining something twice (sparse and dense)...

@paulbrodersen Yes, you are right, some parts of the code have very familiar. Copying your code was not not the goal. However I have read a lot of the code...

Looks like the issue is a change of the eventlet API in eventlet 0.30.3: https://github.com/benoitc/gunicorn/pull/2581 However downgrading to older versions of eventlet only leads to other errors.