John Heeter

Results 9 comments of John Heeter

I'm getting into prettier and the stripping of parens is one reason I may stop using it completely. Parens help me to visually parse my code more easily. I'd like...

When using Await statements to call an API that returns json I often write some code like this: var result = (await client.request(q.user.checkUsername(), {username}).catch(console.log)).User In the example above, I want...

Here is an example of a situation where I want to keep the parens: **Prettier 1.10.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBDAzgTymABACgEpcBeAPl2AB0pdcA3VAJ1ybnQFcAbGUg1AO6oAlrwBmECEQB0YVDDAALfACNmhQjQC+IADQgIABxjDo6ZKENNhsAOrCAJjEXIAHAAZ9MVCvtOXSABM+ug2AOZccACKHBDwyGKoXOhwXkwiXOEAwhAAtrmoyCBQ0HB6ICrpYADWcDAAyoaoYOHIMEwcqSAAVugAHgBCVbUNqLlwADI2ZUiJyV1NTClMRWoqmFzQ5Sm5wm0dXRwpACo+5rNJKfo2yzAACulhBQmXXWwAjhzCbA+oT4UXeb6KwQFK2dKGIpWdhwJj0Mr6ZhMCACO7MBDnND0CCOcoOCBgF5AtDoGBEq4GDgwQxUwLkuBaLRAA) **Input:** ```jsx async () => { var result = (await foo().catch(bar)) }...

I would not. The result of + is going to be a number or a string and happens sync. The result of an await expression can be anything and needs...

I stopped using prettier: consistency != readability I feel validated by the official Google style guide, which suggests using parens to improve readability. https://google.github.io/styleguide/jsguide.html#formatting-grouping-parentheses

+1 need an example for how to use this package.

I am getting similar errors when running a Digibyte-skein pool. The pool finds valid blocks, but nomp thinks they are not valid, payment processing seems to not work correctly. `We...

I have this same issue.

@jpiepkow You Rock! It' seems odd to me that this issue has not been resolved, the default settings for this package create broken shortcuts.