spacecat
spacecat
I just wanted to give you an update of what I've been doing for the past one and half year since I started moving away from .NET (at least for...
> Can we use next auth with msal? why would you want to do that? You should either use one or the other, but not both. You can use either...
Don't overcomplicate things - just use Vercel + Next.js for your entire front-end :) And .NET/Azure for your back-end stuff.
@cph101 I ended up doing this: ``` .Toastify__toast { @apply bg-theme-card-background p-4 shadow-lg ring-1 ring-gray-200; } .Toastify__toast-body { @apply items-start text-theme-typography-paragraph; } .Toastify__progress-bar { @apply opacity-100; } .Toastify__progress-bar--success { @apply...
I'm experiencing the same issue: ``` ~/repos on main npm run dev ✔ took 1h 34m 9s at 20:02:26...
> just found this project and faced the same issue. > > it _can_ actually handle global gitignores, but it does not list them with the `-types` flag, unfortunately. @Semmu...
Cool @Semmu will try it next time :) Edit: Tried it and it works beautifully! :)
@LekoArts please reopen. I'm still facing this issue. Please see my latest comments here: https://discord.com/channels/856971667393609759/1236251832763023420
@LekoArts you are correct. The fix works for the reproduction repo in this thread. I updated the npm package to: `npm i -E @clerk/[email protected]` and now it works. I will...
Happy to report that it's working in my other project as well 🥳