Snazzah
Snazzah
It does seem that @FichteFoll made a commit to fix this this issue (https://github.com/Snazzah/SublimeDiscordRP/commit/9415b09b78a4666f36f479610941605e2a8845ea) but it checks for `/run/user/1000/snap.discord/discord-ipc-`. Try and see if https://github.com/Snazzah/SublimeDiscordRP/commit/1ee6d25efccc80a126302612079ebb87a82399c0 fixes this.
I've tried out trying to get this to be self-hostable and ended up making a modified fork of it. Since this is mainly reliant Vercel Edge Functions and Upstash Redis,...
Found a better way of split tunneling Windows apps, at least for me. 1. Using [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer), find the app with Ctrl + F and right-click the application to go...
https://uspto.report/ could work, not sure of it having an API though.
This was released recently: https://discord.com/developers/docs/interactions/message-components#select-menus
Nice! Might still need to remove some hardcoded references to Dub's domains for the future (and easily be able to just have the dashboard and not the landing page) but...
You could split off the main marketing site (or any pages that just reside on dub.co) into a separate repo while leaving things that reside on app.dub.co on this one....
Wasn't exactly able to get this done for v6, but `SlashCreator#registerCommandsIn` is async, so this *could* be done in a minor version release. A hurdle was making the TypeScript config...
I couldn't reproduce the issue, it still works fine. if it doesn't work for some people, probably try providing the response whenever you request `https://duckduckgo.com/?q=node.js&ia=web`.
> There some discord app oAuth2 issue: do I need to declare redirect url as http://localhost:3000/api/auth/callback/discord and what is the scope to select like email, guild, identity etc. Yes, you...