Timothy Edmund Crosley
Timothy Edmund Crosley
Hey Tim, it's Tim! I thought a project I built recently, might be useful to better showcase your project: [https://github.com/timothycrosley/portray](https://github.com/timothycrosley/portray) Switches to using portray and github pages to host your...
hug has a collection of documentations on hug.rest and on the github repo (including examples etc) which has served as a reasonable starting point. However, for continued growth, a wider...
Currently, isort only removes duplicate imports if they are in the same import sorting block: ``` import a import a import b import b ``` Becomes: ``` import a import...
Currently, isort has functionality to enable adding imports and removing imports. It would be useful to add functionality to replace imports (adding only when removed).
Update version to match published gem version