Alyx

Results 9 comments of Alyx

What about an hash ? A simple md5 hash could be great to generate long random name for each uploads. We could use it as a prefix or suffix too.

@olav-st Thanks a lot man, that's a really great update ! But like @Sunako said, it could be great to get an hash of our screenshot. Do you have any...

We finally managed to make it work with Terraform on the lab branch. Next week I will be working on deploying this to stage. I will create all brand new...

>since the effect you're going for in your example could also be done with inner padding If I'm not mistaken, inner padding + background would create a larger border effect...

Love the names! I will edit my PR and add the new ones too.

Hey, I took a while to get back on it, thanks for your patience 🙇 Here are the results with the new names and variations: What do you think? Anything...

Same here, the cookie expires instantly.

Fixed by passing the option `gf.CompleteUserAuthOptions{ShouldLogout: false}`: ```go app.Get("/auth/:provider/callback", func(ctx *fiber.Ctx) error { user, err := gf.CompleteUserAuth(ctx, gf.CompleteUserAuthOptions{ShouldLogout: false}) if err != nil { return err } ctx.JSON(user) return nil...

Hello, I'm very interested in this too. I tried many things, but could not make it work. I have 7 layers (4 for the `release`, 2 for local developers tools...