Trevor Vaughan

Results 117 comments of Trevor Vaughan

FWIW, it was only on `patch`. Everything else was fine. Weird that it worked via `got` though :-/

Hi there. I'd like this as well for ease of use in small CI test environments.

That's certainly reasonable. Is pytm still alive? Last I checked it seemed functional but not really progressing.

Steps to reproduce: * Create project following [the documentation](https://quarkus.io/guides/kogito#creating-the-maven-project) * Copy the `src` directory from this repository's `quarkus-quickstarts` directory into the created project * Attempt to build

While digging into the `pam` resource, I think that a more primitive approach would be nice. For example: ``` target_dir = inspec.directory('/tmp') target_dir.contents.each do |fs_item| end ``` `contents` is a...

This [blog post](https://trevor-vaughan.github.io/2022/10/02/spring-embedded-tomcat-stig.html) may help in your BouncyCastle journey.

I managed to work around it using `myTable.table.colorMap = {}` but that seems like a horrible hack. Setting `colorMap: {}` when creating a new table does not seem to do...

@ayonious Unfortunately, a custom color map means that an update to the built-in could cause my output to contain unexpected results. In my case, I'm using the library to generate...

@aaronlippold I agree with this, but I also think that the deprecation notices are good so that we can easily jump between versions. You should have the ability to add...