Justin Dietz

Results 20 comments of Justin Dietz

do you have a repo that you have successfully configure storybook for a vue library in nx that can be used as a template for future development?

I am not sure if this might help with the issue but on gitlab I was building a new image with kaniko that was using v1.20.0 but in my Dockerfile...

@irongut - thank you for your work, one thing I noticed was the way you are calculating combined report coverage. You can't average two percentages that math doesn't work, you...

I found that when using adding kaniko to a node base and then later building something else from node the node image needs to be the same. ``` ARG KANIKO_REPO=gcr.io/kaniko-project/executor...

I believe the core of the problem is how the library is being packaged as a commonjs package via webpack that is referencing swiper using require. You can look at...

Thanks, for the issue, I will need to take a look and see how hard it will be to make the change. Last I left this project I was in...

@kf6kjg I am working on a fix but I believe the core of the issues that @semantic-release/commit-analyzer has a peerDependency of semantic-release >=18.0.0-beta.1 which resolves to the latest version of...

Thanks for the ticket, and the initial research, I will look at the spec I based this on and see if the regex you provided matches the docker spec. If...