nateozem

Results 3 issues of nateozem

Whenever execute `install.sh`, the symbolic links to `.lldbinit` and `.gdbinit` are getting replaced with new files. From the look of it, the piece of code below is doing this: ```...

Using `sys.executable` is a problem because it's not reliable. From `lldb` of `v360.99.0`, it had changed how the property is being used by not returning the path to the "Python...

I'm not sure if this shouldn't be an issue, but here is the problem: ```vim b:foobar_num = 33 b:foobar_str = "hello" ``` Expected error: ```vim b:foobar_num = 33 ~~~~~~~~~~~~~~~~~ Missing...

question