Joshuatfox
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Edited When I am debugging and reload some Python Code, I would like to keep some state in memory
My code keeps some queues in singletons memory. Whenever I edit and reload any Python code, this state is zeroed out. Is there a way to keep singletons in memory through a reload event? The code ... -
Created My IDE does not reopen last project on startup
Answered"Reopen last project on startup" is checked (screenshot). Yet when I open the IDE (Goland), it goes to a project-choice menu (screenshot below). How can I fix this? -
Edited Conficts between memory and disk when there has been no external editing
AnsweredI have been getting this error message a lot, and I get sent to this documentation page. I am not editing anything in an external editor. Also, the cursor sometimes jumps around inexplicably, parti...