Chris Lunsford
Chris Lunsford
Hi @kennethreitz! Thank you for creating this convenience package. I'm having an issue installing white. It looks like the package isn't installing the black dependency. If I pipenv (or just...
When working with the WebEx APIs, I would like to be able to specify what type/class of data objects I want returned for each of the API response object types....
When using the Windows Command Prompt: After installing pyang via `pip install pyang` the pyang command is not accessible. _The user will receive the following error:_ **'pyang' is not recognized...
Iss07
Indentation and whitespace corrections to fix #7. I used the following process to make these corrections: * Used `flake8` to identify the files with indentation issues. * Used PyCharm’s convert...
Several students are experiencing 'inconsistent indentation' errors when editing and then executing the sample files. **Current Formating:** The sample files (today) are using tabs for indentation. **Problem:** The default settings...
They are a little boring today and could use some spicing up! Additionally, the contents need to be updated to reflect the `v1.1` repo restructuring, coding patterns (use the `env_lab.py`...
For API reference libraries like this, to aid in adoption, it is very helpful if the package can be written to provide compatibility for both Python v2 and v3. Having...