Greg Korba

Results 540 comments of Greg Korba

@ondrejmirtes I don't understand 🤔 I get those errors when running on level 0 without baseline (and with my not committed fixes for the remaining errors). So yeah, it's something...

@bobthecow OK, I'll pause here and wait for your review 🙂 There are some thoughts in commits' messages, especially about `Readline` interface (I thought enforcing constructor's signature would fix errors,...

@bobthecow did you have time to look at it? What do you think?

Happy I could help and even find some issues 🙂 Are you interested in bumping analysis level in the future?

@nunomaduro it's caused by indentation of closing HEREDOC (`EOF`). Relaxed syntax was introduced in 7.3 and that's why those versions are green in Actions 🙂

I'm currently porting our Internal Hubot scripts to external Hubot instance and I get `SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode`, most probably because...

Still not updated :tired_face: I totally forgot about this issue and I'v [commented commit](https://github.com/RocketChat/hubot-rocketchat/commit/6f08653e9ca0739fcb30e93bf10674884f5dc317#commitcomment-40475519) that introduced info about `v2.x.x` with Node 8 and Hubot v3. Hope it can be resolved...

We use this library in [GetResponse](https://www.getresponse.com/) and we also rely on static analysis. We wanted to upgrade to newest version, but 6.5.0 introduces unreasonable change, described in this issue 😩...

@pimterry I'm sorry I did not respond to your work as I should, since initial issue was reported by me... But I did not have time to test it and...

As someone already said in other issue, `log()` method is different than `debug()` because the latter is rendered with blue color. I want to simply log black messages and add...