Paco Hope
Paco Hope
I am a bit of a novice in terms of Go and its import mechanism. I rebased the `"gromit"` import so it pulled from my local `$GOSRC`. Not really sure...
I was seeing this too with my server (running Nextcloud 20.0.10). I applied the fix described in #293 and the errors went away.
Ok. So, the SSL certificate issue was a screw-up in my personal installation. Once I fixed the `certifi` library and got the right certificates installed, the `setup.py` does the right...
Thanks for the help. I will definitely get back to this, so please don't close it for being idle. I tend to do this sort of thing on the weekends,...
This pattern match will accurately pluck off the netmask part of a CIDR range, so it won't be fooled by `1.1.1.1/0`. It is still treating the netmask as a string,...