PierreDemailly

Results 4 issues of PierreDemailly

Given a cron expression `* 6-20 * * *`, at `6:01`. I expect `.prev()` to be `6:00` and then `.next()` to be `6:01`. Actually `.prev()` is `6:00` as expected but...

bug

We basically should make the same changes as in this PR https://github.com/NodeSecure/report/pull/338

good first issue

When initializing playwright in an existing project, the CLI miss `package-lock=false` in the .npmrc (if exists). `npm ci` is not compatible without lockfile, this PR fixes it: when package-lock.json is...

The local demo.js is not practical because the user must clone the repository. I think we can remove it, here is what we can do instead: - A StackBlitz live...