Andy Stewart

Results 40 issues of Andy Stewart

The example code via [this gist](http://gist.github.com/raw/118964/974df04f3cae0d74995ed71775cda180ad100b02/gfm.rb) is out of date -- it doesn't match up with [code.rb](http://github.com/github/github-flavored-markdown/blob/gh-pages/code.rb).

It would be very useful to see the URL/email auto-linking added to [code.rb](http://github.com/github/github-flavored-markdown/blob/gh-pages/code.rb). I have been trying to implement it myself, by porting the Showdown modifications back to Ruby, but...

I don't use this plugin much any more and consequently struggle to put time into it. It doesn't need much time – just a little to stay on top of...

Let's say I am editing the text `puts object.some_long_method rescue nil`. If the cursor is somewhere in `long` then `ci_` will cut `long` and leave me in insert mode. Yay!...

Hello! I was just upgrading a Rails app from 5.2.1 to 5.2.2.1 which upgraded mail from 2.7.0 to 2.7.1. One of my mailer tests started failing because the text part...

This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework I'm using Bulma **version** [0.9.2] My **browser** is: Chrome, Firefox, Safari – on MacOS...

This is about **Bulma**. I'm not sure if it's a bug or by design. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **0.8.0**...

This is the same as #44. Here's a fix: ``` diff diff --git a/lib/delocalize/parsers/number.rb b/lib/delocalize/parsers/number.rb index dc66eb9..bd2715c 100644 --- a/lib/delocalize/parsers/number.rb +++ b/lib/delocalize/parsers/number.rb @@ -7,7 +7,8 @@ class Number def parse(value)...

I added support for ERB.

1. Open two different files. 2. Change the first file and preview the change. 3. Go to second window and then to hunk preview. 4. Stage the hunk. 5. Expected:...