timcoote
timcoote
Looks iike this might help: https://bit.ly/39ZWboL
works for me. What's the detailed configuration? I'm using: `jupyter --version` `4.4.0 ` `jupyter nbextension list` `Known nbextensions:` ` config dir: /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/etc/jupyter/nbconfig` ` notebook section` ` jupyter-js-widgets/extension enabled ` `...
Am I correct in thinking that this PR could be used to remove layers, such as POI (like this: https://bit.ly/3mNJClg) ?
I think that the issue arises from changes to default python behaviour to validate ssl certs. I can remove the failure using this example: http://bit.ly/2njQCdu. I'm using python 2.7.13. Strictly,...
I can see that pypi is now enabling ARM binary wheels, and I can build these for simple installs, saving ~15 mins on an install. However, afaict, the embed_shared flavo[u]r...
I'm not sure whether you meant to, but the ARMv7 wheels are all in pypi now. If it was yourself, thanks. If building wheels is part of the repo, can...
I've been using the pypi wheels with some success on Raspbian. Thanks: installation time is down from ~20 mins to a few seconds. Unfortunately, I'd pinned the version to 0.4.4...
It is possible to get RobotRemoteServer to listen on "::". It requires modifying the class variable of `socketserver.TCPServer.address_family` before the class is loaded by `robotremoteserver`, eg: """ import socketserver import...
I don't know how to create a PR, nor what regression tests I'd need. I think that the code example is sufficient for a more general ipv6 support. Additionally, this...
ok. I'll have a go.