Chris Kilding

Results 138 comments of Chris Kilding
trafficstars

One possibility is that the buildsystem API could provide a feature where you can declare the `sdk-extensions` that the buildsystem depends on. There would then be a couple of options...

Here is the .kitchen.yml file. ``` driver: name: docker use_sudo: false provision_command: yum -y install puppet3 platforms: - name: amazonlinux driver_config: image: amazonlinux:2016.09 platform: rhel provisioner: name: puppet_apply require_puppet_repo: false...

I added `cleanup_sandbox` in this place as you suggested: ```ruby debug('Running Serverspec on remote server') if config[:default_pattern] cleanup_sandbox create_sandbox sandbox_dirs = Dir.glob(File.join(sandbox_path, '*')) end ``` Unfortunately I get this error:...

Ahhh, that's the magic for making it work. So the first arg to 'repository' is actually the Maven ID for a server in the settings.xml `` definition block? In the...

I'm looking at this a little bit at the moment, this is how far I've got with the Jetbrains suite (version 2021.2)... I tried: - IntelliJ IDEA Ultimate (which is...

First I tried opening the overall node project in IDEA Ultimate. I had assumed this would be the better option for a polyglot project since IDEA Ultimate has *some* support...

Then I tried opening the whole node project with CLion. (CLion comes with Javascript support bundled, I assume this is meant to make it as functional as Webstorm for any...

An important consideration for the Jetbrains stack is that they are Java-based, so they don't have an embedded Node interpreter for analysing the JS part of the Node codebase. You...

In the end I dug up the source of the binaries I was trying to modify, and recompiled it on a newer tool chain for the macOS target that I...

Build is currently held up because the Jenkins plugin parent POM artifact does not exist in Jenkins Incrementals. ``` [2020-06-09T11:37:07.676Z] org.apache.maven.model.resolution.UnresolvableModelException: Could not find artifact org.jenkins-ci.plugins:plugin:pom:3.55 in incrementals (https://repo.jenkins-ci.org/incrementals/) ```