AJ
AJ
When attempting to use the `:sql-file` change type, it never executes the SQL within the designated file. The documentation also needs to be updated since the required attribute is named...
This adds a new `:transient?` key to the rule structure to allow users to be able to identify which rules can be run more than once. This can be helpful...
Reference Location: https://github.com/mcohen01/amazonica#lambda I had a difficult time parsing the response from invoking a Lambda call, so I think it'd be helpful to include instructions for how to do that...
Using [this as a reference](https://github.com/greglook/cljstyle/blob/main/doc/configuration.md#namespaces) the indentation for forms within `ns` are not customizable. With this configuration: ```clj {:rules {:namespaces {:indent-size 1}}} ``` it consistently formats to this style with...