Lukas Koeller

Results 8 issues of Lukas Koeller

### Bug description The property `scroll-padding-block-start` is not transformed by `postcss-logical` plugin. I also could verify this in the `postcss-preset-env` [playground](https://preset-env.cssdb.org/playground/). ### Source CSS ```css html { scroll-padding-block-start: 24px; padding-block:...

plugins/postcss-logical
breaking

### System info - Playwright Version: v1.33.0 - Operating System: macOS 13.0 / `mcr.microsoft.com/playwright:v1.33.0-jammy` - Browser: All - Other info: The report describes a bug that happens during running the...

feature-components

**Describe the bug** If I use css logical properties (as part of the `postcss-preset-env`), something like `padding-inline` is correctly transformed. Though, when I use `padding-inline-start`, the plugin generates new selectors...

### Describe the bug The docs for [`loaderDeps`](https://tanstack.com/router/latest/docs/framework/react/api/router/RouteOptionsType#loaderdeps) indicate that you can access the `context` (besides e.g. `search`) to create a dependency record. Though, when I do that using `"@tanstack/react-router":...

## Actual Behavior I used following command to create an application skeleton: ```shell npm init @open-wc --destinationPath /Users/xxx/Desktop/ui-demo --type scaffold --scaffoldType wc --features linting testing demoing --typescript true --tagName ui-demo...

When I run the following command… ```shell pnpm dlx vite-bundle-visualizer ``` …in the root of my vite project which is part of a **pnpm** monorepo, I get the following error:...

### Describe the bug There are two `useEffect` that run a `navigate` very close to each other. While the first one attaches `firstId`, the second attaches the `secondId` search param....

### Description ## Actual In the `services.gen.ts` there are `void is only valid as a return type or generic type argument.eslint[@typescript-eslint/no-invalid-void-type](https://typescript-eslint.io/rules/no-invalid-void-type)` errors appearing. ## Expected The eslint page [suggests to...

bug 🔥
prioritized 🚚