Ben Ubois
Ben Ubois
This change will make mercury ignore html entities and special characters. Here's an [example of the output change](https://gist.github.com/benubois/09d4b4387b90627b5fdd1f832f89d790/revisions#diff-70e920c759c725db24fc1bbd255fd573). This is a big change in behavior and breaks about 80 tests....
I was wondering if you would like to make photo-stream a [Jekyll theme](https://jekyllrb.com/docs/themes/)? Themes are [gem-based](https://jekyllrb.com/docs/themes/#creating-a-gem-based-theme). This could simplify distribution and address #47, because there would be no need to...
Hi, I'm really impressed with the results of gifski! Photoshop offers a nice feature for animated gifs: The ability to set the length of time a frame is displayed on...
Hi, thanks for making this! I was watching the WWDC sheets session and at around the 9:15 mark, Russell mentions that the sheet should respect a `preferredContentSize` if `widthFollowsPreferredContentSizeWhenEdgeAttached =...
Hello, This adds an `on_redirect` callback that can be passed to `.follow`. For example: ```ruby permanent_redirects = [] HTTP.follow( max_hops: 4, on_redirect: proc do |from, to| permanent_redirects.push({ from: from.uri.to_s, to:...
Hello, This adds an [``](https://www.rssboard.org/rss-specification#ltimagegtSubelementOfLtchannelgt) element containing the author's avatar. This way RSS readers would gain the option of displaying a nice avatar alongside the post. Maybe something like this:...
### Database name Postgres 11 # Issue description ### Describe your problem When running `wal-g copy`, from R2 (Cloudflare's S3 compatible storage) to the local filesystem, wal-g reports an `unexpected...