cabo

Results 442 comments of cabo

(kramdown-rfc uses REXML in a number of places, which is the pure-ruby XML library. REXML uses strscan, which is a default gem, but was misconfigured to require a build anyway.)...

Interesting. bundle does something that gem doesn't. Need to understand this some more.

The sheer fact that REXML now declares its dependency on strscan seems to be the problem. This Gemfile works for me: ``` source 'https://rubygems.org' gem 'kramdown-rfc' gem 'rexml', '

I'm trying to avoid pinning rexml in the gem, as that makes it hard to install in some other environments. So until the rexml people can get their act together,...

(In authortools, you could also simply add build-essentials.)

What is better about that superfluous empty line? (You can probably have one if you want with ``)

> There were several diffs listed above that show changes to the list structure that I think the authors would not want: I agree. The output with these changes no...

> @rjsparks, @ajeanmahoney, @cabo, I think we have 3 alternatives here: > > • Keep the empty line. (Current PR does this) I’m not sure I know which line is...

The examples in the referenced issues all show entirely reasonable text structures that for some reason aren't shown correctly in the plaintext form. Nothing hurts except for the bug. Please...

> This is the changes for latest draft from https://github.com/loghyr/flexfilesv2: Well, that example is bad because the text structure doesn't reflect the text content. Indeed, the author here should remove...