Ricky

Results 66 comments of Ricky

@zoltan-mihalyi Ah yeah I ran into this myself with the images used in the readme. I'll take a look at clipping both. Edit: Also open to PRs!

@thecrypticace I ran into this issue a few weeks ago too and had to disable the plugin. Can you reopen it for now? I'll try and get a repro.

@thecrypticace I've got a repro here https://github.com/nerdyman/prettier-plugin-tailwindcss-vscode-conflict It seems to occur when the Tailwind config is changed without reloading VS Code. https://github.com/tailwindlabs/prettier-plugin-tailwindcss/assets/4908432/8bca4076-5e33-4ca4-bb9b-96133cb84ae1 In the example above Prettier is watching and...

I'm also running into this, it used to work but now it looks like the version the test runner is looking for doesn't match the version installed by the Playwright...

I was able to resolve this by setting a fixed version for Playwright, matching the version installed by the test runner. E.g. `pnpm dlx [email protected] install --with-deps` This is defs...

Thanks for opening this @SalahHamza! I'll take a look

@SalahHamza Can you provide your node.js and OS version too? I haven't tried it locally yet but it works as expected on CodeSandbox https://codesandbox.io/p/sandbox/github/SalahHamza/react-compare-slider-repro/tree/main/

@SalahHamza Thanks for raising this issue. It looks like the error is due to the JSX config used by this lib but I can't change it now as it might...

Got this working by adding the following to my [`.zshrc`](https://github.com/nerdyman/dotfiles/blob/780339e6dc0694dd687dd82c9a40265b06de3133/home/.zshrc#LL157C1-L158C64) as @alexeyten suggested. ```sh eval "$(fnm env --use-on-cd --version-file-strategy recursive)" ```

I've got it working with DX9 and 64bit after some Googling to find the files. But I can't get it working with DX10, it just hangs with a black screen....