Pierre Cavin

Results 60 comments of Pierre Cavin

I gave a good look to #232, and it actually contains a lot of information! From what I understand it looks like the issue is with [line 191 from `job.js`](https://github.com/kelektiv/node-cron/blob/v2.4.1/lib/job.js#L191)....

That makes sense, I didn't consider that when writing the patch! Knowing the exact time the callback was started would be really useful, so instead of my first version can...

hey @jrichardsz, this is the GitHub repository for [`cron`](https://www.npmjs.com/package/cron), but it looks like you're using [`node-cron`](https://www.npmjs.com/package/node-cron). The repository you're looking for is [`node-cron/node-cron`](https://github.com/node-cron/node-cron) :wink:

> Just stopping by to say that it’s still happening in version 3.1.7, using node 14.19.3 (node:14-alpine). I had to switch to node-cron As I previously said, that issue is...

related issue: - https://github.com/kelektiv/node-cron/issues/538

Hi, I'm the author of the related PR and the underlying `import-from-esm` package, I'll try to help you as best as possible to debug that issue. I have not used...

@brummelte please provide more information about your setup. Your issue doesn't seem related to this one at first glance.

Hey @bryanjtc, @brummelte. Sorry for the delay, having very little free time lately. Could you please provide a minimum reproduction repository so I can look into these issues further? That...

@francoisauclair911 thank you for providing that, I'll do my best to free some time in the next 48h hours to see what I can do!

@francoisauclair911 your problem is not related to this issue, which is specifically about yarn workspaces. Your issue is that the top-level `package.json` declares `@adranetwork/semantic-release-preset` as a `module`, however, the content...