Guilherme J. Tramontina

Results 30 comments of Guilherme J. Tramontina

Sorry for the delay in replying... I'd be OK with that. I just followed Stripe's examples on getting the form setup. Maybe that could be an optional attribute? Check out...

Hey @SanCoder-Q, how are you handling `last_build_revision`? Are you saving this state somewhere in buildkite itself?

Hey there @brady-ds. Thanks for putting the effort! 🙏 It's been a while since I've done any maintenance in this repository. I'll do some clean up/bump up versions before bringing...

Hey all, First of all, sorry for the delay… Secondly, thank you @mansona for the PR! I read your message on your fork. I'm happy to add you as a...

I've been thinking about this... I agree that allowing only the one who locked unlock the room and reset the password would be the best approach. But then we have...

Sorry for taking too long to reply. There's really no excuse for that. :grin: Would you mind providing some usage examples? I just wanted to see what are the use-cases....

IFAIK any stream based module works. I'd be very careful about having a list and/or building a community of `gasket-` modules. The [Gulp](https://github.com/gulpjs/gulp) community suffers because of this misunderstanding between...

Would it be too weird if we inspected the commands looking for '|' or '&&' at the end to decide whether it pipes or serializes?

Any insights?

Reading the docs, the [dependency injection](https://elysiajs.com/patterns/dependency-injection.html) section _seems_ to attempt to address it, more specifically [here](https://github.com/elysiajs/documentation/blob/93116227015a28f13c7130e4c5505102e5a090fb/docs/patterns/dependency-injection.md#L57-L92). I'm not entirely sure if I followed what's been suggested there, though. 🤔