Neil Girdhar

Results 413 comments of Neil Girdhar
trafficstars

@kamahen You are right though that if an alternate parser isn't eventually used, yapf will unfortunately end up broken. Have you looked at [parso](https://parso.readthedocs.io/en/latest/)? That's what the Python docs recommend...

@marcvanzee Thanks for the review! > In order to make your PR a bit easier to review, do you think it is possible to keep your change as self-contained a...

@cgarciae The motivation for this pull request was to prevent repeated parameters to initialization, which are currently passed in two places: - as parameters to the static method `initialize_carry`, and...

Okay, great, thanks for the quick reply. I'll start working on a PR.

Hi Tom, thanks for the detailed explanation. > when you know that the code running is going to be hk.transform-ed. The problem is that you don't know whether the code...

@tomhennigan Nice! I love the way they implemented that. I'm not sure what I should do while I wait for that pull request to be merged. Maybe I should merge...