Eliott Appleford
Eliott Appleford
It would be nice to see the total number of file cache hits with `--stats` so you could tell how many files were (not) changed at a glance. Currently there...
On 0.4.2-SNAPSHOT inserts using `withUniqueGeneratedKeys` aren't being logged: ```scala sql"INSERT INTO...".update.run ``` works, but this doesn't: ```scala sql"INSERT INTO...".update.withUniqueGeneratedKeys[Long]("id") ``` I'm using an implicit `LogHandler` Also, is there any way...
Currently the chosen CSS class is automatically concatenated with the `lexer.tag` here: https://github.com/middleman/middleman-syntax/blob/master/lib/middleman-syntax/highlighter.rb#L11 I'm thinking a more flexible approach would be to use a format string (same style as `middleman-blog`):...
Hi, how can I change [this setting](https://github.com/follmann/favicon_maker/blob/43279e0419eef2d5b185815cdf09edde60629af1/lib/favicon_maker/commands/ico_command.rb#L9) from this extension? I've only tried `quiet: true`, but I don't know where else it would go. Edit: It should just be `--quiet`,...
I like making wrappers like `PrimaryKey[1]`/`UserId[5]` just for type safety: the classic example being extracting from two database columns and wanting to avoid mixing up an integer from one column...
Just letting you know, a new version was released: https://github.com/toy/image_optim/blob/master/CHANGELOG.markdown#v0210-2015-05-30 You can use `~> 0.22` assuming `image_optim` follows semver.