Dawid Krajewski

Results 5 issues of Dawid Krajewski

![zrzut ekranu 2015-04-15 o 13 43 30](https://cloud.githubusercontent.com/assets/7023167/7158010/7d61a852-e375-11e4-9675-ceaea3b1ec71.png) Atom: 0.191.0 atom-spotify: 1.2.0 Spotify: 1.0.3.101.gbfa97dfe OS X Yosemite 10.10.2

I have a project with [Next.js and Preact](https://github.com/vercel/next.js/blob/canary/examples/using-preact/package.json) and I have to map react to preact in `package.json` like: `"react": "npm:@preact/[email protected]"` When I add it to `.npm-upgrade.json` to be ignored,...

## Environment package.json: ```js "stylelint": "^13.6.1", "stylelint-config-recommended": "^3.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0" ``` .stylelintrc: ```js { "processors": ["stylelint-processor-styled-components"], "extends": [ "stylelint-config-recommended", "stylelint-config-styled-components" ] } ``` ## Reproduction ```js const Container...

I am working on a TypeScript project where I need to transform a type with optional properties into a type where the `optional` properties are replaced with union types that...

type addition

## Environment - Next.js version: 13.5.6 - Browser: Safari on iOS 17.3 ## Description I'm encountering an issue integrating the `scroll-timeline` polyfill into my Next.js project, aiming to enable scroll-linked...