Seth Hill
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 2
-
Seth Hill 创建了一个帖子, Temporarily turn off autosave while debugging in Django?
I keep having the issue where I'm debugging a Django application, and the IDE's auto save triggers the Django server's auto reload functionality. This causes me to lose my current debug session, co... -
Seth Hill 创建了一个帖子, 已回答Type Checker inspection for function `str.casefold`
I'm scratching my head a bit on this. PyCharm is trying to tell me that there is no casefold function in my Python 3.4 source code. In a python scratch file I get a type checker warning on the 'HEl...