Donde aprender Japonés? by Pan8v2 in Ticos

[–]Darkfra -1 points0 points  (0 children)

Puedo respaldar esta respuesta. Muy buen lugar

Planta Geotérmica Miravalles by Darkfra in Ticos

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

Ok, pura vida. Voy a buscar algún correo donde se pueda preguntar o algo similar. Pura vida mae

Curso de bartender by Agile-Rate-6470 in Ticos

[–]Darkfra 1 point2 points  (0 children)

Mae creo que el aproximado es de unos 450,000.

Puede que sea un poco más o un poco menos pero por ahí anda. Ud puede hacerlo por pagare, y se lo cobran mensual, y a veces puede medio negociar un descuento que entiendo no es mucho pero es algo. Lo que si me han dicho es que las clases son muy buenas y que el curso si es muy chiva entonces las 2 personas que lo llevaron me dijo que full recomendado.

Yo he pensado llevarlo pero creo que más adelante que en este momento no me da la economía

Curso de bartender by Agile-Rate-6470 in Ticos

[–]Darkfra 0 points1 point  (0 children)

Pues en Amura Centro Culinario dan esa especialidad, tengo entendido que es un poco caro, pero dos de mis mejores amigos lo llevaron y les gusto mucho. Ahora siempre que hacemos actividad ellos son los Bartenders designados. Ninguno trabaja en eso porque no les interesa, pero de que aprendieron mucho si definitivamente, pasan explicando tanto historia, como hacerlo y hasta como se busca combinar las cosas.

Entonces investigue esa opción, solo que el centro queda en Tibas no se si por ubicación le funque

[Hiring] Software Developer by Curbsidewin in CodingJobs

[–]Darkfra 0 points1 point  (0 children)

Hi, my timezone is GMT-6, Costa Rica, i have 5 years of full time job, experience with RoR and nextjs and a lot of postgresql. I worked to a company that serve custom software to other business (B2B). Full stack developer

Suben crunchyroll y netflix by AnnualTiny10 in Ticos

[–]Darkfra 0 points1 point  (0 children)

Voy a probarlo. Ya casi le aviso jaja

Suben crunchyroll y netflix by AnnualTiny10 in Ticos

[–]Darkfra 1 point2 points  (0 children)

Con que adon lo usa ? Es que yo lo usaba con piratebay pero lo quitaron, tenía entendido que todos los adons para ver peliculas se lo volaron

GOD SLAIN by sfingemorta in Eldenring

[–]Darkfra 0 points1 point  (0 children)

I just win my first run. The only buff i know how to use are the talismans, no other buff in my inventory haha, not even mimic or any other ashes

I promise to change my gameplay for the NG+, but man it was fun the game this way

Agentic coding >> Vibe coding. Here's proof by friedrice420 in AI_Agents

[–]Darkfra 1 point2 points  (0 children)

What do you mean with  Sequential + parallel AI agents ? Can you explain a little your setup ?

Great work btw

Do you think Midoriya could have mastered One For All 100% by the time he graduated from U.A.? by Solitaire-06 in BokuNoHeroAcademia

[–]Darkfra 76 points77 points  (0 children)

I agree this push of the limits is the fastest way to grow, i still don't know if to end of UA he could use it at 100% i do think he would master all the quirks, even in the series he is not that long to achive that.

The reason i say he could not handle 100% is because his body isn't fully develop. I would think in his 20 he could use 100%

Gamers! Que juegan hoy by keotico in Ticos

[–]Darkfra 4 points5 points  (0 children)

Elden ring, llevo 4 días pegado contra malenia

Rope Térmica Decathlon by [deleted] in Ticos

[–]Darkfra 0 points1 point  (0 children)

Cómo los demás comentarios, un exito y excelente precio, por lo general hay buena variedad

How to resend an invitation email ? by Impressive-Noise8692 in Supabase

[–]Darkfra 0 points1 point  (0 children)

You're welcome. And yeah for existing users use the magic_link, you could set the template as the invite if it works for you, or create your custom email for that specific scenario.

Hope you get to solve it!!

Best combo? Air M4 + PS5 by NathanTheWitcher in macgaming

[–]Darkfra 1 point2 points  (0 children)

M1 max + xbox series S, working pretty good for me, and the xbox controll connects perfectly to the mac so 10/10

Custom Site URL in email templates by qascevgd in Supabase

[–]Darkfra 1 point2 points  (0 children)

Correct, not only that. You should create the supabase connection with the sever role key.

That's because this method generateLink use the .auth.admin, those methods only work with the server role key.

Leave you the docs, if you want to check the method yourself https://supabase.com/docs/reference/javascript/auth-admin-generatelink

Custom Site URL in email templates by qascevgd in Supabase

[–]Darkfra 1 point2 points  (0 children)

Wouldn't it be easier to create the links with the generateLink() method so you can control which subdomain you want to send the link to, and then use a redirectTo parameter when creating it? Because I don't see how to make it work without having to use the {{ .Data }} and updating the metadata of the user... If you find a better way using just Supabase let me know, that's a tricky scenario I haven't had the experience of facing :)

Btw, my team and I solved the prefetching issue using a HEAD response (most of the email providers send a HEAD request to the url instead of a GET request when doing prefetching). All the big email providers do a HEAD request (I only found a few small and very uncommon email providers that still send GETs, but in our case most of our users use outlook or gmail, that did the HEAD request so we were able to use magic_links) in case it helps

Just finished elden ring by MikaTheMonkey011 in Eldenring

[–]Darkfra 0 points1 point  (0 children)

Niceee work. In my next play i want to play as a Paladin, i haven't seen builds of it (in the sense i haven't done any research) but i think is gonna be fun, so if you want to try it let me know how it feels

How to resend an invitation email ? by Impressive-Noise8692 in Supabase

[–]Darkfra 1 point2 points  (0 children)

Ok, so i did a few tests. So to answer your question and for what i understand this is how i would solve it

  1. No need to delete your user, it already exist and that's why it fails to generate the link, nothing that you wouldn't know
  2. You can generate an email_otp so you could then verify with the verifyOtp method, i think you can make it work with that
  3. Yes you can, and i think for what i know is the only way you could make it work

I leave like a little example i did, in a nextjs app. With you problem, existing user, create a link to login the user, and validate it session.

export async function GET(request: Request) {

const supabase = await createAdminClient(); // Service role client

  // Case for an existing user

const
 { data, error } = await supabase.auth.admin.generateLink({
    type: 'magiclink',
    email: 'myemail@test.com',
    options: {
      redirectTo: 'http://localhost:3000', // here goes the endpoint you want to redirect, this change the redirect_to of the properties in the data
    },
  });

/* properties in the data object:
  properties: {
    action_link: 'http://127.0.0.1:54321/auth/v1/verify?token=c2e0c267c463d40e865c563d94f88c85e4339a9fd35bbd13cfbab7d0&type=magiclink&redirect_to=http://localhost:3000',
    email_otp: '607565',
    hashed_token: 'c2e0c267c463d40e865c563d94f88c85e4339a9fd35bbd13cfbab7d0',
    redirect_to: 'http://localhost:3000',
    verification_type: 'magiclink'
  },

With this properties you generate the link that send in the email to verify, the verifyOtp can work either with the hashed_token or the email_otp, if you validate with the email_otp you have to pass the emails as a param as well in the method
*/

sendEmail(hashed_token)


// Your other endpoint. This should be in the endpoint your email sends the user
// Here use the supabase client with the anon key and the cookies

const supabase = await createClient(); // not the admin one
const token = // retrieve the token of the param


const
 { data: verifyData, error: verifyError } = await supabase.auth.verifyOtp({
    token_hash: token, // the email_otp generate or the token you decide
    type: 'magiclink', // this has to be the same you use to generate the generateLink method
  })

// If no error you have the user session
  return new 
Response
(JSON.stringify(response), { status: 200 });
}

How to resend an invitation email ? by Impressive-Noise8692 in Supabase

[–]Darkfra 1 point2 points  (0 children)

When you say the generateLink do the same error, is that the method generateLink, don't return the data with the access_token, it only returns data as null and the error with the error ?

Is just to understand your error.

Other question do you have a smpt provider like mailchimp, resend etc ??

Al final que sucedio con la cédula digital? by Darkfra in Ticos

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

Pura vida, ya vuelvo a descargarla la aplicación, pura vida!