traverseda
traverseda
And another bump. You can say "We're too busy to work on this". That's fine. Bus some kind of update would be nice. https://github.com/zerotier/libzt/tree/master/packages/pypi now points to a dead link....
Well that's just about another quarter, we still have a week or two to go, but while I remember might as well ask for an update. Zerotier 2.0 is looking...
Another 3 months passes, I bother the devs again ;p I probably ought to set up a script to remind me or something, but I figure I'm less of an...
It's definitely beyond me, I've been trying to learn the `cppyy` bindings generator but it's still pretty early days for that library. When you get to the point where you...
I've had a fair bit of luck with cppyy despite my inexperience with bindings, it's definitely worth considering. It uses cmake to automatically generate a `setup.py` file.
I'm a bit late in my quarterly bothering-people. >It is very close to being finished Yay!
Awesome to see this.
Avahi/zeroconf probably.
Any idea how you'd go about doing this? Not being experienced with panda3d I'm not seeing how you'd actually handle the rendering. The input handling seems reasonable enough, but I...
I think I've replicated this. ```Dockerfile FROM python:3.8-alpine RUN apk add --no-cache python3 py3-cryptography py3-pip py3-virtualenv RUN python3 -m venv --system-site-packages venv RUN venv/bin/pip install --no-cache-dir authlib ``` Is broken....