Dario Lehmhus

Results 10 issues of Dario Lehmhus

# Bug report ## Describe the bug Context: [Responsive Styles](https://stitches.dev/docs/responsive-styles#setting-an-initial-variant) When setting the `@initial` variant to the same variant as the breakpoint, the initial variant gets not applied. ```tsx Expected...

bug

# Bug report ## Describe the bug If you replace (as seen in the [with-stitches](https://github.com/vercel/next.js/blob/canary/examples/with-stitches/pages/_document.jsx) example) ```js export default class Document extends NextDocument { render() { return ( ) }...

### What version of Turborepo are you using? 1.6.3 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

kind: bug
area: turborepo

When deploying a pre-build Next.js app via the [Vercel CLI](https://vercel.com/docs/cli/deploy) from insight a pnpm monorepo, serverless functions fail with the following error stacktrace: ```sh 2022-10-27T12:17:54.580Z undefined ERROR Cannot find module...

area: build-utils

# What's the matter? When using the [PreloadQuery](https://github.com/apollographql/apollo-client-nextjs#preloading-data-in-rsc-for-usage-in-client-components) component with a query that contains fragments, we get following `unique-names` warning in the console: ``` Warning: fragment with name Compoany already...

## Motivation React has removed the `JSX` global namespace in React 19, as a result, it needs to be accessed via the React global namespace now `React.JSX`. ## Summary Access...

## Motivation Fixes https://github.com/Anber/wyw-in-js/issues/134. The current transform cache doesn't reliably invalidate when a file's dependencies change. If a file `A` imports `B`, and `B` is modified, the cached transformation for...

## Environment - wyw-in-js version: 0.6.0 - Bundler (+ version): Webpack 5 - Node.js version: 22.11.0 - OS: macOS 15.3.2 ## Description Let's assume the following file setup: ```tsx export...

bug report 🦗
bundler: webpack 📦
needs: complete repro 🖥️
platform: ssr 🛠️

### Link to the code that reproduces this issue https://github.com/dlehmhus/turbopack-loader-middleware-bug ### To Reproduce 1. Run `npm run dev` 2. Open website and see error stacktrace ### Current vs. Expected behavior...

Middleware
Turbopack
linear: turbopack

## Bug: Inconsistent cacheTime updates in [EntityTypeMap.write](https://github.com/NerdWalletOSS/apollo-cache-policies/blob/90467ebc394ed8c772c73814dd65f93b3b2397c3/src/entity-store/EntityTypeMap.ts#L104-L159) method ### Description The `write` method in `EntityTypeMap.js` inconsistently handles the `cacheTime` property when updating entities. While new entities correctly receive a `cacheTime`,...