Timothy Edmund Crosley

Results 5 issues of 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...

bug
enhancement
help wanted

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...

enhancement
help wanted
Hacktoberfest

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).

enhancement
help wanted
Hacktoberfest

Update version to match published gem version