Ricardo Mello

Results 9 comments of Ricardo Mello

Hey guys! Any chances of getting this PR merged?

I had a production problem and spent almost one week looking for a solution, but I'm not satisfied with it. I tried to edit the Print.js library to write an...

@anliben eu estou tendo o mesmo problema. no meu caso, eu consegui resolver passando o atributo `name` pro componente, porém na doc diz que é opcional então imagino que seja...

I could finally achieve the changelog generation only for prod versions using the [--git-tag-command](https://github.com/lerna/lerna/blob/main/libs/commands/version/README.md#--git-tag-command-cmd) flag: Prerelease: ``` lerna publish --preid prerelease --conventional-commits --conventional-prerelease --no-changelog --git-tag-command="echo 'skipping git tag for prereleases'"...

Any updates on this? I can work on an Angular version and submit a PR if you want help on that.

Great! thanks for the update @codecalm I'll separate some time to install and test your branch.

This is causing issues when installing shadcn too. I created my first project with Hydrogen today and I had to install tailwindcss manually to make it work. Based on [Tailwind...

Yes @matija2209 It's working fine here. I should publish my storefront in the next month. Just install latest version of `tailwindcss` and `@tailwindcss/vite`: ``` npm install tailwindcss@latest @tailwindcss/vite@latest ``` Then...

@shadcn it worked on a fresh new Hydrogen project, I just had to install `tailwindcss` manually because Hydrogen only have `@tailwindcss/vite` installed by default. There is an issue on their...