Elliott Beach

Results 14 comments of Elliott Beach

Nikita, I think a safari cli is a solution I might like to implement. But, I'm curious, what is your use case for safari? Don't most developers use Chrome?

This script is python2, you're using python3. By the way, I had also found that it doesn't work if you just fix the parentheses, due to some difference in the...

This works for me, are you sure this isn't a CORS error? (It did not work until I enabled cross-origin resource sharing with a [chrome extension](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en) ; without it the...

I think this definitely should be behind a flag, if included, because it changes the spirit of mypy by not allowing typed functions. There is a similar discussion for typescript,...