Joey Wilhelm
Joey Wilhelm
According to the [Nose docs](https://nose.readthedocs.io/en/latest/#note-to-users): > Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New...
Testing out GitHub's code scanning feature to see how easily it works on here, and if it can be beneficial
I don't know how exactly the API would look for this, but I could see it being incredibly useful. I will need to think more on this... and I am...
It should be possible to specify an input Excel file which will be used to generate the output. For example: ```python class MyExcelView(ExcelMixin) template_filename = 'templates/super_complex_spreadsheet.xlsx' ```
This meant dropping support for Python 3.3, which I'm totally okay with. I also added pypy3 to the testing matrix, mostly because I could.
After processing the updates for #106, `saas` gave the following warning: ``` Post-install message from sass: Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. *...
I just found myself wanting to be able to search through blog posts, when I was looking for posts related to Python. This could potentially mean two features: Search for...
In building Django 1.8 compatibility - #25 - I realized that I didn't have a good way to easily test all of the changes I was making, which were not...
This was discovered while converting xpath tests to use unittest. Specifically in `tests.xpath.01-list_leaflist.XPathListLeaflistTests.test_standalone_ref`. Given this section of the YANG model: ```yang container standalone { list l { key x; leaf...
This is the proposed fix for #232 although I am still rather concerned that we don't have any tests which expose this reported issue. I also had to do some...