oleg koval

Results 11 comments of oleg koval

@Froguard damn, your PR solves my needs :) why it's not merged? :)

@Froguard thanks for the help :) unfortunately can't use gulp for one of the projects, will wait this PR to merge

> @oleg-koval Hey, is this fixed with a different PR, or you plan to fix it later? Hey @wh1t3cAt1k, have some issues here with mocking the date or maybe parsing...

@charleslxh now I am not actively supporting this repo, but if you have some use-case or excel example I would like to check it out Thanks!

@Evilu nice idea, but can you please explain how 2019-01-10 should return 9? Why not 7? As 1st of January isn't a business day, you have 2,3,4,7,8,9,10

Also, should it be like a total count of business days or per month? f.e.: January 10, 2019, is 9 days What about June 10 2019, should it be counted...

@picodoth do you know if this issue was already fixed? we run into the same problem

I have the same, already spent some hours debugging, but no luck

Is there still a problem with install?

looks like you have a typo here ` "string.min": "Must have max 30 characters",` : ```const schema = Joi.object({ username: Joi.string() .min(3) .max(30) .required() .messages({ "string.min": "Must have at least...