Nathan Armstrong
Nathan Armstrong
When displaying achievements, flavor tags are preserved in raw form. For example: `Keep the spirit of the Southsun Cove vacation frame of mind going all year round!`
When solving these puzzles, it's very useful to be able to write down all possibilities in a cell, especially when there's very few options that are permissible. It could be...
Currently, `.sql` migration files do not support multiple commands. The entire string is passed in to `clojure.java.jdbc/db-do-commands`. According to the changelog, as of 2016: > `db-do-commands` now expects multiple commands...
ActiveStorage specs for versions 6.1 and up don't reflect several methods that are delegated from the `Attached::*` objects to the `Attachment` object, and from `Attachment` to the `Blob` model. For...