Rob Fletcher

Results 48 issues of Rob Fletcher

Any `file` assertions are just ignored in the generated shell script.

Upgrading from 3.6.0 to 3.8.0 I now get a failing Gradle build with the following error: ``` liquibase.exception.UnknownChangelogFormatException: Cannot find parser that supports /Users/fletch/netflix/spinnaker/workspace/keel/keel-sql/src/main/resources/db/databaseChangeLog.yml ``` It's not clear if this...

Even if I ensure that the implementation of a custom change is on the classpath of the `jooqModelatorRuntime` configuration, the migration fails with an error caused by a `ClassNotFoundException`. There...

Currently the migration file has to be named `databaseChangeLog.*` but that's not a requirement of Liquibase. I'm currently dealing with an app that has Liquibase configured by an (internal) library...

I'm attempting to build a mixin for outputting rem units with a pixel fallback, basically: ``` .margin-top(@size: 1) { margin-top: @size * 16px; margin-top: @size * 1rem; } ``` However...

If an assertion is not evaluated because the chain before it broke it would be nice to see that in the output.

🦄 enhancement

- [x] Override of `describedAs` that takes a `Subject.() -> String` lambda so description can include state from the subject. - [ ] A `Describer` interface that, once registered, can...

🦄 enhancement

🦄 enhancement
🆘 help wanted

🆘 help wanted
🙄 chore