jiaSheng
jiaSheng
it would seem that i have an old version of the extension from the chrome webstore (before #54 was merged). however it doesn't seem like that PR would fix this...
This bug seems to be introduced in 1.9.0, with it still being present in 1.9.1. Versions
@dummdidumm I think there's been a slight confusion. `bracketSameLine` is the replacement for `jsxBracketSameLine`. `jsxSingleQuote` is not deprecated nor does it perform the same function. See https://prettier.io/docs/en/options.html#jsx-quotes Please reevaluate the...
all good, our monkey brains were never meant to parse text anyways xd. i was thinking using `jsxSingleQuote` instead of `singleQuote` for users to be able to keep the current...
Would you guys be interested in a PR with a powershell based solution? I've got something written up taking about 15-20ms by piping screenshots straight through stdout. (Powershell isn't a...
I looked around & noticed that https://github.com/bencevans/screenshot-desktop/pull/193 is in the pipeline. A big refactor to Powershell would probably not be a good idea xd. I could publish my code elsewhere...
If anyone's still wondering, I've developed my research into a full package available from [npm](https://www.npmjs.com/package/windows-ss)/[github](https://github.com/Sxxov/windows-ss) — `windows-ss`. It uses `edge-js` & C# (managed to learn it, was surprisingly pleasant) to...
Whoops, just remembered svelte does deduping if the value is the same, my bad
The deduping only works for primitives, this "unexpected" behaviour for this still applies to object assignment
@rocksdanister i don't think this one should be closed, as it's a different issue. this should be addressed with the 'All process' option in 'Performance > Pause algorithm', however [as...