Mathias Fredriksson

Results 420 comments of Mathias Fredriksson

Thanks @djmally, didn't realize it was enough to just send keyDown, good to know. Perhaps in some cases it mandates to send more of them. Anywho, sending key events is...

@clanstyles what are you setting as text value? You can only use single characters like say `SetText("a")` or `SetText("\r")`.

This situation has been slightly improved with https://github.com/mafredri/cdp/commit/e91c341b56b6f1df693ac20b8148bccdca81aad5, the documentation now specifies what enum values are possible.

In case it interests anyone, looks like @kaosengr was right, it was announced Dec 18 2004 on their website 😄 https://web.archive.org/web/20050106030622/http://www.teamxodus.com/

We're using `codecov/codecov-action@v3` and seeing this as well. We also explicitly set `fail_ci_if_error: false`.

By removing parenthesis from expressions prettier introduces ambiguity, which I hope is not the desired outcome. There is simply no way for prettier to understand the context of e.g. mathematical...

> For +*/-, I don't think that we should put parenthesis. The priority for those are taught in every school in the world. If you find them confusing, I think...

@lydell > Just keep in mind that Prettier actually doesn't remove your parentheses per se. It throws away all of your code, and then prints equivalent code pretending it never...

@jefffriesen how is it erroneous? There is no input for part and total that would produce a different result in the example and "prettified" version. Semantically it is correct.

> We need people like *you* to help come up with a **heuristic that prints parentheses in cases where they improve readability**, doesn’t print them when they don’t improve readability,...