Miguel Michelson Martinez

Results 242 comments of Miguel Michelson Martinez
trafficstars

Use the codesandbox or check the repository itself which is a nextjs app El sáb., 30 de diciembre de 2023 2:42 p. m., gitteroy < ***@***.***> escribió: > I was...

Hi there, thanks for this contribution. I would try to make this a little more progressive step by step than a massive PR; some changes are being introduced that I'm...

Hi Daniel, yeah, let's atomize the PR, sounds great thank you very much

Is this a fix for jobs running multiple times if we use multiple machines?

Hi @marcelolx, Thanks for your reply. Could you go ahead and outline which edge cases you mentioned? I'm on the verge of deploying this and want to be 100% sure...

Hi @marcelolx , thanks for your reply. So I wonder, in an scenario where I have multiple sidekiq hosts but only have cron running on a single machine, should I...

same error here, did you find a solution?

I've created a Twitter implementation for the v2.0, it uses the oauth2 package: https://github.com/rauversion/rauversion-phx/tree/main/lib/rauversion/ueberauth/twitter It lives on a repo right now but I guess it could be extracted to a...

how should this PR be designed in order to support both versions? maybe a TwitterV2 module? twitter_v2/folder? maybe it would make more sense to create a new package? let me...

> ideally avoid breaking changes. Is this because of two different APIs? In that case, yeah, probably create a separate module until we can deprecate the old one. > >...