vinayan3
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
vinayan3 created a post, AnsweredConstant "Scanning Files to to index..." ; IDE Unusable
I'm using Intellij 2022.2 and it's constantly scanning files to index in a large monorepo where there is 50k + files. It is a mix of Python, Go, C++, and some javascript. The plugins I have enable... -
-
vinayan3 created a post, Alt + W keyboard shortcut, Save to Kill Ring, not working in Emacs mode on OS X
I want to use the key binding ⌥ (Alt) + W to save to the kill ring in Emacs mode. The default setting for ⌥ + W is 'Save to Kill Ring' in the for editor actions in Emacs mode. I try to use the s... -
vinayan3 created a post, PyCharm debugging Spider via cmdline.py; Break points not hitting
I've been trying to debug my spider while using PyCharm. I created a run configuration and I put the script as scrapy/cmdline.py. The script parameters are "crawl a_spider". The working directory i...