candidia

Results 41 comments of candidia

If you're using tsconfig paths, you need to provide madge a path to your tsconfig file.

A shame there hasn't at least been acknowledgement of this issue by the maintainers. Looks like might need to switch to Postgres.

I recommend https://github.com/emmnull/drizzle-orm-helpers if you'd like this helper.

Last comment 2 months ago lol. Ended up making my own toast manager.

This seems as intended to me. Emulating a touch swipe with a cursor is unintuitive. It requires the user to mouse down > drag fast > mouse up in the...

Would really like an example with toucan on remix vite on pages. Sentry has a whole remix package https://docs.sentry.io/platforms/javascript/guides/remix/ but toucan doesn't even make its plugins available.

@philipp-spiess Yes absolutely. Here is a repo with repros of both issues I encountered in alpha.25 that worked perfectly in alpha.15: https://github.com/bitofbreeze/tailwind-v4 Please search for "Begin Issue" to find both...

Just gave it a try and still getting issues: ``` [app] 11:57:05 PM [vite] Internal server error: [postcss] /apps/git-sell/app/root.css:2820:1: Unexpected } [app] Plugin: vite:css [app] File: /apps/git-sell/app/root.css:2820:0 [app] at Input.error...

Oh I had an absolute import that was causing it. Thanks for letting me know, that fixed it!