Results 9 comments of Michael Hogg

Many thanks for implementing this! :+1: I was surprised that it wasn't already implemented. The Travis build failed with `Error: Cannot find module 'limiter'`. It looks like you forgot to...

@ljharb: The bug fix in this PR isn't regarding arrow functions in class properties.  This is the bug I've fixed: ```js class Hello extends React.Component { // instanceMethod == false...

@ljharb: Your point about arrow functions in React component class properties is actually an interesting topic for discussion. Currently, [`checkPropsOrder()`](https://github.com/yannickcr/eslint-plugin-react/blob/d68ef96/lib/rules/sort-comp.js#L375) does [classify them as `instance-methods`](https://github.com/yannickcr/eslint-plugin-react/blob/d68ef96/lib/rules/sort-comp.js#L386-L390) (and my PR does not...

+1 for this unfortunate issue. As a workaround, is it possible to run two Flow servers on the same source directory, with different [configurations](https://flow.org/en/docs/config/)? 1. A Flow server for **only...

> Good new that I'm working on this feature because I've recently received a lot of requests 😄 @NghiaTranUIT: Really looking forward to this feature! :tada:

Awesome news! :star_struck: Thank you so much @NghiaTranUIT! :tada:

@NghiaTranUIT: I'm now using Proxyman v2.21.1, and the Network Conditions v1 functionality is looking great! :heart: Thank you for implementing this :smiley: Looking forward to v2 with the ability to...

@Mike-NetCode: It looks like it could be related. Looking at @hollusion's Xdebug log in that issue: ``` xml ``` The engine responded to transaction 14 with `status="stopping"`. An `eval` command...

Hi @huyphams :wave: Just wondering whether you have an estimate for when this feature will be implemented?