Daniel Cheung
Daniel Cheung
I found the issue, v1.31.2+ uses .yarnrc's configuration for `proxy` and `https-proxy`. We specified them for package download, but did not expect them to take effect for playwright's CLI when...
I see why this happened. You are supposed to first select the Erlang SDK path, then on the next prompt, select the Elixir SDK path. Chocolatey does not install Erlang...
@michael-grunder I was trying to do `$redis->subscribe(...)` and the blocking call would always throw an exception after a certain timeout with the error code 0 and message "read error on...
I'm using 10.1.0, monorepo with pnpm, TypeScript and react. I have these: ``` .storybook/main.ts:3:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@[email protected][email protected][email protected]_@[email protected][email protected]_eyzgjfww75vzuzocdsaz5wipze/node_modules/@storybook/builder-vite'....
Some additional information. I've set a `prefix` then migrated to tailwind v4. The generated css bundle seems to have 124 instances where `--heroui` prefix is applied anyway, whereas my `--custom`...