Tomasz Ścisło

Results 39 comments of Tomasz Ścisło

@Cammisuli Using NX 16.10.0 This is in my package-lock.json Here are optionalDependencies for node_modules/nx ``` "optionalDependencies": { "@nx/nx-darwin-arm64": "16.10.0", "@nx/nx-darwin-x64": "16.10.0", "@nx/nx-freebsd-x64": "16.10.0", "@nx/nx-linux-arm-gnueabihf": "16.10.0", "@nx/nx-linux-arm64-gnu": "16.10.0", "@nx/nx-linux-arm64-musl": "16.10.0", "@nx/nx-linux-x64-gnu":...

Just fyi that is started working after we migrated to nx v17.2.8

Any chance for this to get merged in?

I can confirm that PR created by lmichelin in #319 works for MV3 extensions.

@zebzhao is this project maitained?

@windbeneathyourwings @bezchristo do you know any alternatives to this, which are still maitained?

@raysuelzer we tried original version event with ng 13 and at first glance it looks that it works. What have you changed in your fork, what challenges have you encountered...

Just to let you know that I was able to use this project without any modifications in ng13. We even forked this internally and it builds nicely with in new...

Apparently this is a bug in 1.2.0 version, In version 1.3.0 it does not happen console.log(moment("2021-04-05").businessDiff(moment("2021-04-09"))); // Friday // LOGS 4 console.log(moment("2021-04-05").businessDiff(moment("2021-04-10"))); // Saturday // LOGS 4 console.log(moment("2021-04-05").businessDiff(moment("2021-04-11"))); // Sunday...