Niv Greenstein

Results 3 issues of Niv Greenstein

Hey, I'm trying to write ANPR project. i managed to draw the contours around the license plate but now i want to mask it. ![image](https://user-images.githubusercontent.com/88280771/138559248-3b0eaa8c-9f4d-4b0b-8647-c21f78d036fc.png) i want to mask it...

I have created pm2 Ecosystem File that looks like this: ```javascript const os = require('os'); const fs = require('fs'); const path = require('path'); const services = [ {name: 'gatewayService', port:...

## Summary When using `noOverlap: true` with an async task, `node-cron` continues to log that the task is still running and keeps blocking new executions, even though the async function...