Michał Miszczyszyn

Results 105 issues of Michał Miszczyszyn

**Prettier 2.0.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEMCeAHOACAKpuAOQEMBbOAHlwD5sBeAHSmz2zgA94oATAZ214wATgEsoAc2wB+bAxCDREudiRMWuNpwR9sUAK6kARnCHTZIfUZPLVzVhy47DECABs4xZjLnO3HqDZq9lo8-Ho8cABmYnDcZnLh3FEx3IF2Gg7a-ABi4WAwItDxIJF5BdBp6pqO-ACCQkLEaBSeaLTeIMQNTZXBNbp6rq7F+kO9GSE6vGhGbsXTs669chCGAFZw+XIA3CAANCAQGOVQvMigXUIQAO4ACl0IZyjErtdNZweGjWAA1nAwAGUMMQwGJxMhhHo4AcABYwUiuADqMJE8F4wLAcABj1RIgAbqi0MhwLwPiAxLwTDBbo1xKRiMhIi9KQc1rx2AAhb5-QFkOAAGRijOZ0JAbPYALB7gAinoIPBha4WSBgUJKUJiegsLwwKJjvsVVdKYjGhhiRghHB1Xi4AaAI5y+A0o5PTq8AC0UDgsViBstDpElppxDpDKQTKVosppBEEKEUIOvClcFl8tt4ZFBxgxEMiJE3BgMOQACYs40RK4wQBhCCkenEl6uA16Sm4HNPCPKvFQgCSEVgAN1ImOtR4APQ7kVyotYhgeYLRaQAEYAAwrgC+66AA) ```sh --parser typescript --print-width 100 --trailing-comma all ``` **Input:** ```tsx type TypeName = T extends string ? "string" : T extends number ? "number" : T...

status:needs discussion
lang:typescript

Could you kindly create a new release on NPM that includes https://github.com/shuding/next-view-transitions/pull/6? Thank you!

### Description Currently, the worker template only implements the `fetch` method. Would it be possible to add other methods as well? - `tail` - `trace` - `scheduled` - `test` -...

enhancement
blocked by external

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce When Partial Prerendering (PPR) is enabled, using APIs that opt into Dynamic Rendering like cookies, headers, or fetch (such as with cache:...

Requires: https://github.com/saleor/auth-sdk/pull/3

When I wrap my app in ``, `scrollRestoration` stops working. When navigating to a page and back, the page is always scrolled to the top.

bug
help wanted

### Link to the code that reproduces this issue https://github.com/typeofweb/repro-nextjs-intercepting-catchall ### To Reproduce 1. Clone the repository 2. Run `pnpm install` 3. Run `pnpm dev` 1. Open `http://localhost:3000` 2. Click...

bug
Turbopack
linear: turbopack
Parallel & Intercepting Routes

## Search Terms Awaited, ReturnType, typeof ## Problem I often have types that rely on the implementation, i.e.: ```ts export type Product = Awaited; ``` Currently, the documentation generated for...

enhancement

I'm creating a dashboard specifically for the State of Mind from Apple Health. Currently, I don't think it's possible to have a deeplink to create an automation to get the...

enhancement