Agu Rodríguez

Results 7 comments of Agu Rodríguez

Hi @pseeth. I'm glad you find it useful. I don't see any failed delivery here: Could you point me to the repo you're working on?

Hi @AtreyaSh, I'm really glad you find this tool useful! Regarding about the issue: The problem that I find is that, after one tex.md file is rendered, to safely delete...

Hello guys! What @cben says is right, a counters file could be end with wrong info after a merge. Maybe the mark and sweep algorithm is not a bad idea....

@AtreyaSh what I do is to create another GitHub App, set it's visibility as private and point it's webhook url to a test backend running the code that is not...

Hi @Gregoriomartjim. The path to the video capture which OpenCV will process is being set using the `videoCapturePath` field right here: https://github.com/agurz/overhead-camera-people-counter/blob/c7e7180edb053b9a09664ec30acce5294f20a3db/src/modules/counter/VideoCapturePeopleCounter.cpp#L37 --- In order to capture video from your...

As far as I see the button click is handled properly, it calls the [TaskQueue.dequeueAll](https://github.com/nylas-mail-lives/nylas-mail/blob/master/packages/client-app/src/flux/stores/task-queue.coffee#L183) method, it iterates over the current queued tasks calling dequeue for each one. The dequeue...

Hi! Thanks for the feedback. I'll take a look at it and let you know