bestsharper

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
-
-
-
-
bestsharper created a post, WebStorm auto-suggesting ES5 types lib instead of later
I have a project targeting ES2016 with the following tsconfig compiler options: "compilerOptions": { "target": "es2016", "module": "commonjs", "lib": ["es2016"]} WebStorm's suggestions however k... -
bestsharper created a post, Code refactor suggestions: add properties when not in __slots__
Currently PyCharm will helpfully highlight that a given object does not have an attribute if the attribute being accessed or modified is not defined in __slots__. (Notably, the IDE won't do that if... -
bestsharper created a post, See basic value of an inherited class when debugging (std::basic_string)
I have a class that inherits from std::basic_string. I am using LLDB for debugging on MacOS. When paused in the debugger I can see values of std::basic_string<char> (and by extension std::string) w... -
-
-
bestsharper created a post, AnsweredAttaching to a running gevent monkey patched process [PyCharm 2018.1]
I'm on PyCharm 2018.1 and I am trying to debug a local process that utilizes monkey patching by Gevent. I have enabled Gevent support in the IDE, however I still cannot attach. Whenever I try to at...