Sion Williams
Sion Williams
When trying to run `./gradlew clean build` the build hangs with the following error: > WARNING: UDP handling problem > java.net.SocketException: Can't assign requested address > at java.net.PlainDatagramSocketImpl.join(Native Method) >...
Hi Ian, This looks helpful, but I haven't quite sussed it out yet. How can I run this from the command line? I've tried: ``` $ docker run --name bash2py...
This commit adds a devcontainer for simplifying building Marlin with VSCode. The official documentation for devcontainers can be found here: https://code.visualstudio.com/docs/remote/containers#_quick-start-try-a-development-container ### Description Initially, this is a request for comments....
Great tool, but it would be awesome if it could export a self-contained zip with all assets and html so this could be opened offline. The PDF is ok, but...
I'm interested to know how you would now test the command handler functions given you have switched from dependency injection of the client to a package level variable. This appears...
Here's my problematic code: ``` ruby group 'www-data' do action :modify members 'deployer' append true only_if 'getent group www-data' end ``` This triggers the error message: > ChefSpec::Error::CommandNotStubbed: Executing a...
Hey, I recently watched your talk about using the script console. Great! I have a use case where I need to add 4 clouds, and multiple templates. The clouds will...
``` describe 'site-proxy::letsencrypt' do context 'When all attributes are default, on debian 8.7' do let(:chef_run) { ChefSpec::SoloRunner.new(DEBIAN_OPTS).converge(described_recipe) } it 'includes `acme` recipe' do expect(chef_run).to include_recipe('acme') end it 'creates a self...
Amazon EC2 instances use .pem files as the identity. I am getting a `reject HostKey:` error when trying to use that type of file. ``` remotes { sandbox { host...
It would be awesome if you exposed the API using documentation such as the [OpenAPI standard](https://github.com/OAI/OpenAPI-Specification). As the deployment gets more sophisticated it would be good to read docs rather...