Karthikeyan Singaravelan

Results 129 comments of Karthikeyan Singaravelan

This was fixed in qtsass but seems to have not made it to a release : https://github.com/spyder-ide/qtsass/pull/54

I have created https://github.com/ritchie46/anaStruct/pull/93 as a fix.

Might be a little off-topic but there were also some issues with compliment in JDK 9 over classpath. I have filed an issue at https://github.com/alexander-yakushev/compliment/issues/52 .

It fails with the latest core.async on all JDKs. But trying `build.sh` with current alpha version of core.async on JDK 9 works. Build failure : https://travis-ci.org/tirkarthi/lively/jobs/354379751

Some more invalid escape sequence warnings in Python 3.8 ``` find . -iname '*.py' | xargs -P 4 -I{} python3.8 -Wall -m py_compile {} ./pyppeteer/us_keyboard_layout.py:73: DeprecationWarning: invalid escape sequence \(...

The GitHub checks UI says all CLAs are signed with all checks successful. Am I missing something here?

As a workaround you can probably have a fixture that stores the module name on first failure to a list and raise skip for rest of the files of the...

@lyriccoder http-kit 2.3.0 resolves the JDK 9 issue.

I don't see an error in running the tests. I guess the code path is not tested as they seem to be not hit or probably mocked. In terms of...