Vinícius Oyama
Vinícius Oyama
I have this problem too. I'll try to fix this.
Hi @plentz . I've been thinking about it and come up with a solution. I will explain my logic, perhaps you can use something. First I analysed if this is...
Here's a suggestion: # To theck What if we use the the cron expression ( like "0 3 * * *" ): 1) fetch the last created_at object from s3...
Hi @omarps . Are you talking about the node-trello? I don't think that this is a good idea to bring something like that to this Gem. Node is a event-driven...
Hey @jeremytregunna can you help me with some scenarios? With the current API, if I want to make async operations I have to open threads: ``` ruby Thread.new do user...