Scott S. Lowe
Scott S. Lowe
Removing the `CSS3` package fixed this error for me. I've also seen references that the `HTML5` package can also cause this problem, but I have not seen that behavior.
I can confirm that this bug also appears in ST3 build 3176 (3.1.1) on Linux.
This branch is **NOT READY** to merge. I've uncovered an issue between the code I added to show support for the Pulumi stack and the code that displays virtual environments;...
@justjanne I have a draft implementation that I can submit as a WIP PR, if you're interested.
@Yeunkwan I also ran into this error when I first tried `saml2aws`. I was able to fix it, as @bbakersmith indicated, by changing the URL in the configuration. As described...
No objections to any of the suggested changes. Are you going to make these changes against `master`, and then we'll port over to the `v1.13.x` branch?
@timmycarr Can you have a look at the changes in #200 and let me know what else you'd like to see documented?
Can we close this PR, since 1.11.x is no longer a supported/maintained release? Or have we confirmed that we need this change in newer branches/releases?
@aaroniscode Thanks, Aaron! I wasn't aware of this functionality. At a quick glance, it seems like something that might be useful to incorporate.
@randomvariable I did some initial testing with `goss`. I came up with the following tests (for a 1.11.7 image): ```yaml package: docker-ce: installed: true versions: - 18.06.3~ce~3-0~ubuntu kubeadm: installed: true...