Yaraslau Zhylko

Results 25 comments of Yaraslau Zhylko

@jwadhams , is there a chance you could review and merge this pull request any time soon?

I also suppose that the following operators should be made chainable too (with minor modifications regarding number of arguments and `null` values): - "==": **`{"==": []} = false // Cannot...

Alternatively, all comparison operators could be forced to take exactly 2 arguments and evaluation operators - exactly 1 argument. Throwing exceptions if there number is incorrect. - "==": **`{"==": []}...

@jwadhams, I've already forked the repository and made changes described in the first two posts on my local machine. I'm ready to commit them and initiate a pull request as...

A small example of why I consider nulls should be ruled out: Let's imagine a simple thermostat that reads room temperature and turns the heating on when it's cold. It...

Thanks for offering the workaround. Unfortunately, it does not work for me. That's what I get when I try to enter debug: ``` Started Debugging Exception in thread Thread-12: Traceback...

I've restarted it several times. To no avail. Today I've tried to start out-of-the-box Python2 debugger on another machine. And it failed with the following error: ``` Started Debugging Exception...

I've also got this in the console: ``` ... reloading plugin Python Debugger.mydebugger ... plugins loaded ... lang_service_enabled: True ... 2017-12-01 09:37:07,527: 140247586776896: ERROR: can not send request; node process...

And yes, `python2` is installed and available via PATH: ```bash yaraslau@dell:~ $ echo $PATH /home/yaraslau/bin:/home/yaraslau/.local/bin:/home/yaraslau/bin:/home/yaraslau/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin yaraslau@dell:~ $ which python2 /usr/bin/python2 yaraslau@dell:~ $ python2 Python 2.7.13 (default, Nov 23 2017, 15:37:09)...