Results 6 comments of John Hall

This is also a documentation bug since the directions here are broken: https://cadquery.readthedocs.io/en/latest/installation.html conda install -c cadquery -c conda-forge cadquery=master fails conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 works...

> Fails how? Was your first cadquery install? Or was the package taken from the local cache maybe? It was the first time. If you don't specify python version for...

To see the behavior start with a fresh environment and without the python version specified and nothing else installed. conda create -n cadquery I believe you have something installed in...

I have skimmed: https://pdos.csail.mit.edu/papers/p2pnat.pdf Is the current behavior inefficient or does is lead to more connection failures because the peers pursue different connections? Is timing of the connections and interplay...

Looking back I am beguiled by how to debug multi-node issues like this in libp2p or an app where the network infrastructure like routers is involved. I probably should have...