Kare Nuorteva

Results 6 issues of Kare Nuorteva

Command line flag version `-v` or `--version` doesn't work. ## Expected Behavior ``` % git-chglog -v 0.15.0 ``` ## Actual Behavior with config file: ``` % git-chglog -v ERROR open...

When downloading a release file (tar.gz) from GitHub I'd expect the package to contain a directory. ## Expected Behavior ``` % tar xzvf git-chglog_0.15.0_linux_amd64.tar.gz x git-chglog_0.15.0_linux_amd64/CHANGELOG.md x git-chglog_0.15.0_linux_amd64/LICENSE x git-chglog_0.15.0_linux_amd64/README.md...

I'm trying to install an application that uses node-datachannel on AWS Linux 2 on Amazon Elastic Beanstalk. Installation fails on the following permission error: ``` 2022/06/21 09:21:25.291718 [INFO] Executing instruction:...

need-more-info

References: - https://github.com/node-gradle/gradle-node-plugin/issues/191 - https://github.com/node-gradle/gradle-node-plugin/issues/174 I tried nmpInstall enabled = false, but it didn't help. ``` A problem was found with the configuration of task ':contracts:npmInstall' (type 'NpmInstallTask'). - Type...

bug