Jan Potoms

Results 175 issues of Jan Potoms

example: ``` js var x = 'hello'; [ x, 'world' ].map(console.log); ``` output: ``` js var x = 'hello';[ x, 'world' ].map(console.log); ```

**Context:** - Playwright Version: 1.25.1 - Operating System: MacOs - Node.js version: v16.17.0 **Code Snippet** ```tsx import { test } from "@playwright/test"; test("dynamic import of ESM", async ({}) => {...

feature-test-runner

**Describe the bug** When a folder is renamed and the original and new folder is part of a path that is covered by a glob that chokidar is watching, no...

Canary for https://github.com/mui/material-ui/pull/40889

core

Next step in https://www.notion.so/mui-org/mui-docs-02a0476bcb2d4e298e8540fd2df5a137 This creates a `DocsProvider` which intends to store things host specific things for docs components. For now it only contains the `docs/config` and the `UserLanguageProvider`. -...

docs

As per https://github.com/mui/mui-x/issues/11576#issuecomment-1893647652 * Port `useLocalStorageState` hook from Toolpad. * Replace theme switcher implementation with this hook * Replace package manager switcher with this hook. Immediate improvements this hook brings...

docs
package: utils

Port of https://github.com/mui/material-ui/pull/41132

scope: code-infra

### Search Terms swc ### Expected Behavior No errors when running scripts after updating `@swc/wasm` from 1.3.18 to 1.3.20 ### Actual Behavior Errors when running scripts after updating `@swc/wasm` from...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

# 🌈 Feature Stackblitz offers the ability to craft links that immediately fork the sandbox: https://developer.stackblitz.com/guides/integration/open-from-github#open-directly-or-fork This is useful to us as our sandboxes modify their own repository directory. We...