Kerry Ivan Kurian

Results 9 issues of Kerry Ivan Kurian

This package no longer works right out of the box. For example, [these are the changes](https://github.com/kkurian/dart-sublime-bundle/commits/master) I had to make to resolve crashes. Also, the syntax highlighting seems like a...

Upon updating from 8.0.0 to 8.1.1, `bundle install` prints the following notice and instructions: ``` ******************************************************************************** data-migrate: IMPORTANT: Breaking change introduced for migrations from v2. Failure to run the migration...

I am willing to help maintain.

**Problem** *When an f-string follows only blank lines*, an undefined name in the f-string is is not reported. **Input** ```py ... blank line ... f'{foo}' ``` **Result** No errors reported....

**Problem** *When an f-string follows any number of non-blank lines*, an undefined name in the f-string is reported as an error on Line 1 rather than as an error on...

Resolve #106, #109; supersedes https://github.com/dreadatour/Flake8Lint/pull/107

**Describe the bug** In Ruby single-line comments, the keyword color overrides the comment color: **To Reproduce** Steps to reproduce the behavior: 1. In any Ruby file, type a comment with...

select.poll() is not supported by all platforms and so "most libraries check if select.poll() is present and switch to select.select() if it's not." [[1]](https://groups.google.com/forum/#!topic/gevent/IzWhGQHq7n0) The popular gevent library depends upon...

enhancement

in clients/imap.py: ``` imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH', lambda x: oauth2.build_xoauth_string(url, consumer, token)) ``` should read: ``` return imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH', lambda x: oauth2.build_xoauth_string(url, consumer, token)) ``` Without this change the oauth2 IMAP4_SSL.authenticate() method...

Enhancement