Michael Henretty

Results 13 comments of Michael Henretty

@alex-mayorga I commented out the follow line, as well else the corresponding `else`. Although for the record I haven't seen this issue myself for quite some time and was going...

@askeing I haven't been able to reproduce this bug in a while, so for me the issue is fixed. Perhaps @alex-mayorga or @5p4m could try out your library and see...

I would also be inclined towards `x++`s behavior. In my head, I often think of `x++` and `x += 2` as aliases for `x = x + 1` and `x...

Just to note, we are using this awesome font on [Common Voice](https://voice.mozilla.org/en) (Mozilla's initiative to crowdsource a large dataset of human voices to make speech technology more inclusive). We would...

I think maybe the underlying issue is that we expect `pwmetrics` to merge CLI flags with flags found in the config file. Indeed I believe that was the intention of...

This would be an amazing feature for `yarn`, especially useful when orchestrating docker commands through package.json scripts. Is there anything I can do to help get this moving again?

> Maybe we should ask it over here as well: mozilla/zilla-slab#17 Great idea! I did it

@usmanarif, @laspluviosillas I was having a similar issue but thanks to [this issue](https://github.com/ReactTraining/react-router/issues/4975#issuecomment-294316452) I found out it was update blocking. https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/blocked-updates.md Edit: I was using redux, and had to wrap...

These all sound pretty good to me @CodersBrothers. Any chance you'd want to do a pull request to fix these issues?