Adi Roiban
Adi Roiban
Thanks for the information. While working on this I am trying to document the dev process. -------- I have a POC. It uses a libcloud driver via set_driver and comes...
Initial code for libcloud is here https://github.com/chevah/libcloud-virtualbox I am trying to see what arguments to pass to create_node. For now it only supports seeding the disk size and a password...
Also if handling this, maybe in setup.cfg also remove the universal build as only py3 is supported. https://github.com/pyupio/safety/blob/55cc69d40418424d4fdb776963dbf48ed2f7fa4f/setup.cfg#L2 Right now the download file is named `safety-1.10.3-py2.py3-none-any.whl `
Maybe have something like `verify.verifyObject(IFoo, Foo(), positional=True)` But it looks like this is now checked by mypy... so mabye this is now of a lower priority in zope.
For request issue I have used ```diff diff --git a/tox.ini b/tox.ini index 48afb18..7a96018 100644 --- a/tox.ini +++ b/tox.ini @@ -39,6 +39,9 @@ deps = {test,coverage}: treq==21.1.0 {test,coverage}: hypothesis==6.2.0 {test,coverage}: idna==3.1...
is this ready for review or still a draft ?
If it helps, this is my CHAP / MS-CHAP / MS-CHAP-v2 code written in Python 2.7 and Twisted: https://gist.github.com/adiroiban/59eb28cf767aec9535fda8ac1162401f It uses the `radius.py` library and not pyrad but I think...
Yes. Thanks for the headup. It's important to have this in the changelog. I don't know how many users have custom CSS. If it's just for twisted, that is ok.
I would not bother with code analysis. As a start, I think that support for "constants" via `typing.Final` would be a nice feature.
just a stupid idea... can we get the raw docstring, then do a search on it to find the line number inside the doccstring and add that to the reported...