msogrin

Results 3 issues of msogrin

When _only_ golden card is present in the collection, it's imported as a non-golden one. If only non-golden or both non-golden and golden cards are present, import is correct. The...

bug

Cloud Foundry CLI for doing custom deployments not covered by https://docs.travis-ci.com/user/deployment/cloudfoundry/. For example: https://github.com/18F/cf-blue-green CF CLI available at: https://github.com/cloudfoundry/cli DEB line: `deb http://packages.cloudfoundry.org/debian stable main` GPG key: https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key

When using Kotlin Gradle DSL to specify style or source map ``` tasks.compileSass { style = compressed sourceMap = none } ``` Gradle 8.2 (and earlier versions) shows warnings ```...