Todd Wolfson

Results 190 comments of Todd Wolfson

Very strange ._. I took a quick glance through the Package Control issues and can't seem to find anything related. I might later try to create a test repo to...

I don't think I'll have the time to fully set up and test this. I'm going to open an issue on Package Control pointing here =/

Filed https://github.com/wbond/package_control/issues/1348

While there was a deprecation notice in Python 2.7, it seems to have disappeared in Python 3.3/3.4: https://docs.python.org/2.7/library/os.html#os.popen https://docs.python.org/3.3/library/os.html#os.popen https://docs.python.org/3.4/library/os.html#os.popen Aside from that, can you elaborate more on the `wait()`...

As documented in Python 2.7, we could also use `handle.close()` on the file descriptor we opened: https://docs.python.org/2.7/library/os.html#os.popen ``` python handle = os.popen(ps) wm = [x.replace("\n", '') for x in handle]...

Ah, nice catch. I think `sys.platform` should work fine for Windows based on documentation. Be sure to use `.startswith('linux')` for Sublime Text 2 though: https://docs.python.org/2/library/sys.html#sys.platform Would you be interested in...

This has been patched by @drbarrett in #162 and released in `1.17.0`. Thanks again for the bug report and quick PR submission :+1:

I don't understand the question. Can you explain the steps you're running, expected behavior, and actual behavior?

I don't follow the solution. Are you saying people need to turn off Cmder being run as an administrator by default?

Ah, I see. I don't think I have an ideal setup for inspecting the error code. Do you think you could submit a PR to fix this issue?