Oliver Mannion

Results 233 comments of Oliver Mannion

Can reproduce this reliably by creating and executing an import change set, eg: ``` aws cloudformation create-change-set \ --stack-name $(stackname) --change-set-name $(LogicalResourceId)ImportChangeSet \ --change-set-type IMPORT \ --resources-to-import "[{\"ResourceType\":\"AWS::S3::Bucket\",\"LogicalResourceId\":\"$(LogicalResourceId)\",\"ResourceIdentifier\":{\"BucketName\":\"$(BucketName)\"}}]" \ --template-body...

Try downgrading `com.github.maiflai.scalatest` to 0.24 or upgrading to gradle 5.3+

To avoid this, I've switched back to using IntelliJ to run tests for now: Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle -> Run tests using -> Default...

It's intermittent in iterm2: ``` ❯ pip list | head -n2 Package Version ---------- ------- ❯ pip list | head -n2 Package Version ---------- ------- ❯ pip list | head...

BTW `tail` can be used to consume all output and cleanly exit, effectively handling any broken pipes, eg: this won't error ``` ❯ pip list | tail -n +1 |...

Selecting the second option in the drop-down works, but this should probably be the default and only option?

Hi I’m not sure what to do here, as I’d like to encourage contributions, and also support what gets merged, but I’m not familiar with nix or NixOS so I...

Yes I agree! The brew maintainers [frown on authors submitting their own work](https://docs.brew.sh/Acceptable-Formulae#niche-or-self-submitted-stuff), would someone be willing to give this a go? Those existing rust project formulae look like a...

Heya, I hadn't thought of this because typos is often used with source code, which typically has its own document formatter. So in most cases I would expect the default...

Ah thanks for the elaboration. You are using nvim. I use vscode which AFAIK doesn't have an "apply all formatters" command, so I wasn't aware this was a thing! Because...