Alexander Kachkaev
Alexander Kachkaev
@azaozz see https://prettier.io/docs/en/option-philosophy.html. If you want to avoid conflicts with ESLint, please use [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier). The ’reading ergonomics’ argument looks subjective to me. I haven’t seen any research confirming that `(...
This PR might be hard to get this PR through because new options are not in line with [Prettier’s Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) 😔
Prettier is different from a classic linter here. There is no concept of a ‘problem’ within a file – the whole file is either formatted or not. With that in...
This issue is a subset of #12209
👋 @iamandrewluca! Which shortcut key would you recommend?
@xflihaibo have you find any solution? I am looking for ways to do something like: ```js import { openTrace } from "@playwright/trace"; const myTrace = await openTrace("./path-to-trace.zip"); const actions =...
Seeing some positive changes in the repo structure: `trace-viewer` is a [separate package](https://github.com/microsoft/playwright/tree/main/packages/trace-viewer) now 👀 It’d be great to see a variant of it published on NPM! 🙏
👋 @rwoll! Thanks for creating https://github.com/microsoft/playwright/pull/16369 – the reproduction makes sense! > Can you elaborate more on your use case? Sure, it’s a pretty fun scenario actually! My goal is...
Here is another Firefox bug, likely with the same underlying cause: https://github.com/microsoft/playwright/issues/16601
Also * `react-use` → `useSize()` * [docs](https://streamich.github.io/react-use/?path=/story/sensors-usesize--docs) * [source](https://github.com/streamich/react-use/blob/master/src/useSize.tsx) * `react-use` → `useMeasure()` * [docs](https://streamich.github.io/react-use/?path=/story/sensors-usemeasure--docs) * [source](https://github.com/streamich/react-use/blob/master/src/useMeasure.ts)