Alex Ward
Alex Ward
As reported in #70 and fixed in #71, a difficult word is: not in the easy_word_set and more than one syllable. This is not true for Gunning Fog, and might...
> There is a `long_word_count` already defined, so it might be best just to stick with what this is already doing. _Originally posted by @alxwrd in https://github.com/shivam5992/textstat/pull/174#discussion_r698079246_ Just a thought...
Release `0.6.1` was missing resource files. The CI process currently just tests the package as is, it should install the package using `setup.py` and test that.
hello :wave: !! This adds support for using `l293d` with Micropython. ### Changes - I've stripped back the `Config` class, as it was using some features that Micropython doesn't support...
I had a thought (when commenting on #62) that when trying to import `GPIO`, on an import error we could switch it out for [`MagicMock`](https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock). This would mean there wouldn't...