David Gasperoni

Results 44 comments of David Gasperoni

@jakob any hopes to get a signed/notarized build for Apple Silicon?

@kalmecak if you want I can help you setup GitHub Actions so that when we create a release on here, a new release is published to npm. I've had some...

There's an official guide on GitHub: [Publishing Node.js packages](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages) I did it for another package that I publish, first you need to add a NPM Token as a **Repository secret**...

@kalmecak I just added the Github action. You need to add a repository secret called NPM_TOKEN as explained above.

@kalmecak please, can you provide the NPM token to the project?

We don't use `moment.defineLocale()` in `moment-business-days`, are you sure you're not using it in your own code or maybe it is present in another moment plugin that you're loading?

At a quick glance I'm guessing this has to do with months starting on a weekend or holiday. The counting should start from the first working day, right? For example...

Sorry for answering only now. Could you please specify a runnable test with expected results? So it is clearer what should happen and what actually happens, and solve the problem.

Is there any resource on how to develop a proper module, especially a `moment` plugin? This plugin was developed by @kalmecak a while ago i think, back then there weren't...

> Would converting the passed units to, say, seconds, and rounding at that scale be acceptable? I would say even minutes... i mean, when considering calculations on business days, with...