bugproof

Results 102 comments of bugproof

I think this repo is dead. Someone should create a sync solution that focuses solely on postgres. Seeing at how much pain it is to set this up, I think...

> It has been 2 years, React is implementing this now because they realized web is async > > Basically it should be like: Component `` runs async and awaited...

Tailwind 4 `@reference` support is far from ideal because angular doesn't allow us to provide custom vite config and we cannot create an alias stylePreprocessorOptions includePaths is not working with...

@rudyhadoux yes but if you have custom utilities and theme then it doesn't work. Imagine you define in main.css ``` @theme { --color-primary: red; } ``` then if you try...

@EinfachHans https://github.com/tailwindlabs/tailwindcss/issues/15778#issuecomment-2618664046 I'm glad I'm not the only one who thinks `@reference` stuff is garbage - at least when your styles aren't all located in one central location. Apparently it's...

@clydin Is the guide from the official tailwindcss docs still relevant? You need `.postcssrc.json` and `@tailwindcss/postcss` package

is there official IDL or you reverse-engineer it?

original shadcn supports href for both links and prev/next buttons

It also doesn't work inside of each You can see that unless I close img element with /> it stops working completely. Sometimes even with the tag closed the intellisense...