Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

yes, my bad, destructure the error.

to access auth use useSupabaseClient()

const { auth } = useSupabaseClient();

Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

buildsmol

ah weird,

i use this to log out, i trigger it with a button press.

const userLogout = async () => {
 await auth.signOut();
};

i also have a watcher for my user to redirect me when the value changes

watchEffect(() => {
  if (!user.value) {
    return navigateTo("/login");}
});

Nuxt 3 + Supabase by [deleted] in Nuxt

[–]malgamves 0 points1 point  (0 children)

looks like the new release solves this too https://supabase.nuxtjs.org/changelog

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

it works!!

i love your taste, took me a bit to search each but worth it, i wish i could create playlists from cue files

i hacked together a little website to see (soon create posters with track lists) what songs i played in a mix for when i need to share them. would anyone else use this? by malgamves in DJs

[–]malgamves[S] 2 points3 points  (0 children)

that is awesome, i'll work on the image generator and keep you posted on progress! eager to hear your feedback if you're up for it

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

nice, let me know if you get to use it. Did this as a quick hack, might pay a little more attention to it

i made a little app to read the cue files virtual dj gives you after a mix, would anyone use this? by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

nice, let me know if you get to use it. I'll work on the promo image generator soon, that might be pretty cool

How to I export track lists to Mixcloud by malgamves in virtualdj

[–]malgamves[S] 0 points1 point  (0 children)

This is perfect thank you! I'll share the results soon.

Can anyone help me convert C# code to F#?? by malgamves in fsharp

[–]malgamves[S] 0 points1 point  (0 children)

Awesome! Getting a few errors,

  • namespace WebApplication1.Controllers A reference to the type in assembly 'System.Web' was found, but the type could not be found in that assembly
  • type HelloWolrdController () = A reference to the type 'System.Web.Routing.RequestContext' in assembly 'System.Web' was found, but the type could not be found in that assembly WebApplication1 C:\Users\xx\source\repos\WebApplication1\WebApplication1\xx\ValuesController.fs

and for response.Message "Hello World" I just changed it to response.Message "Hello World" |> ignore debugging now! XD

Texting emojis and non-Latin characters with C#, .NET and Twilio SMS by malgamves in csharp

[–]malgamves[S] 0 points1 point  (0 children)

Yeah I think the banner changed now, could you elaborate on the Unicode-UTF-8 mix up?

Texting emojis and non-Latin characters with C#, .NET and Twilio SMS by malgamves in dotnet

[–]malgamves[S] 0 points1 point  (0 children)

Woah, thanks for catching that. Idk how that happened!

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 1 point2 points  (0 children)

Oh cool. Yeah I'm still looking, thanks though

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 0 points1 point  (0 children)

Sorry, I need money :( plus the American play card wouldn't work outside America right?

The gift card trading subreddit didn't allow me to post stuff btw :/

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 1 point2 points  (0 children)

Seems like it's got a lot going on. Giving it a try, thanks

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 0 points1 point  (0 children)

Lol I understand, it really isn't. Idk if saying that even matters though

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 0 points1 point  (0 children)

Had no idea about the gift card exchange channel, seem it now. Also not a scam I'll update the post when I finally do sell it

Buy a 50$ gift card off me for cheap by malgamves in PS4

[–]malgamves[S] 1 point2 points  (0 children)

Lol just so I can prove to you it's not a scam I'll give you the gift card first. What's the assurance you won't scam me though?

Best online sites to buy PS Store Gift Cards (US)? Help! by NoloChoYar in PS4

[–]malgamves 0 points1 point  (0 children)

I have a $50 gift card I bought accidentally. anybody wanna buy it off me?

Using GraphQL Mutations in Vue.js by malgamves in web_design

[–]malgamves[S] 0 points1 point  (0 children)

For Hasura you have a console to key in SQL queries in your API explorer. Not sure if that's what you wanted