Alem Tuzlak

Results 112 comments of Alem Tuzlak

Hey guys, any updates on this, anything on my side I need to do? Really interested if it will be merged or not!

@nhedger no worries, just wanted to confirm I'm not the cause of it. Great to hear, take your time

@nhedger Sorry, was a bit busy, I've figured out how to hide the command from their docs here: https://code.visualstudio.com/api/extension-guides/command#controlling-when-a-command-shows-up-in-the-command-palette Getting it to work properly from the command palette might be...

I will be fixing this probably next week, the shadcn ui updated their CLI since the last time I wrote it here. I plan to revamp this to not have...

okay so I released the update and now the commands will run inside a VS code terminal which will show you the updates and tell you if something wen't wrong...

@devstojko this is likely caused by a misconfiguration in your `tsconfig.json` file. Can you post that here as well?

I've added an optional duration, although I guess that doesn't fully solve this issue, some things can't be fully serialized through the network boundary like functions so onAutoClose could never...

@RabeeAbuBaker I'm open for a PR if you guys can look into some common options, or make at least optional properties available!

I just looked at your repro and if you change the root to use `getToast` from `remix-toast` it works as expected. Are you throwing your redirect or returning it? IF...