Mattt

Results 266 comments of Mattt

I encountered this by way of [jekyll-assets](https://github.com/envygeeks/jekyll-assets). All of the sudden, for no apparent reason, my Jekyll site stopped compiling. Instead, `jekyll serve` generated this warning: ``` Liquid Exception: undefined...

`%B3` by itself is an invalid UTF-8 byte sequence. You can verify this by entering the string into an HTML / percent-encoding decoder; the result is invalid (�). It looks...

Apologies for the delay in responding, @serargz. Thank you for your contribution. I think there's a lot of room for improvement in the current implementation. The clever Ruby idioms I...

Thanks for the patch, @shhavel, and apologies for the delay in reviewing it. I'm hesitant to rescue on something as broad as `NoMethodError`, since it might obscure underlying issues. Could...

Thanks for your patch, @pavel-jurasek-hypofriend-de. Apologies for the delay in reviewing this. I'm currently triaging the most pressing issues (primarily Sinatra 2.0 compatibility) for the next release, but am definitely...

Thanks for your contribution, @cmwright. I apologize for taking so long to review this. I think this is a really nice implementation of a complicated and useful feature. At the...

Thank you for this, @janfoeh. I apologize for the delay in getting back to you. sinatra-param borrows a lot of its conventions from Active Model validations in Rails. I'd thought...

Reopening to track writing something down in addition to adding it to `cog init` template.