Akshit Sharma
Akshit Sharma
I modified file to ``` def someConditionTrue(): return True class Foo(): def bar(self, longVar2): longVar1 = 2 for _ in range(5): if not True: assert someConditionTrue(), \ "The condition if...
Ohh, I didn't know about AZERTY layout. Having a configuration option works too.
I have the latest stable version. My CMakeLists.txt file does not depend on any environment (from my side) for determining X11. Can you please confirm command used for running config_gen.py?...
Currently, I am able to understand why it is giving me an error. For some reason when I run through config_gen.py, The FindX11 does not search for library inside ```/usr/lib/x86_64-linux-gnu/```...
I agree, 2nd use case will be too complex and hard to implement as a library maintainer for each method and varied languages. I was looking for a flexibility of...
I was hoping to parse through the code buffer. Example Code 1: ``` class Solution { public: int lengthOfLongestSubstring(string s) { } }; ``` The `CppCodeFixer` function can see that...
Right now, I have a lot of things on my plate. I will send a PR if i am able to finish it. I might take longer as i am...