Jim Weirich
Jim Weirich
The issue at Steel City Ruby didn't seem to be the data stream freezing because the data stream continued to update on the terminal. The problem seemed to be that...
Yes, I saw it at cincycopter. I was just smoke testing a new version of Argus, so I didn't investigate further. So both the clojure and ruby libraries are having...
I haven't responded to this, and I apologize for this. I am a little worried about performance. If we spy on every method, then we have to proxy every method...
Thanks. Looking into this.
This seems to be a Minitest 4 VS 5 thing. MT4 still ships with Ruby 2, so I have to support that, but MT5 is often installed as a gem....
I try to avoid all normal method names on the MarkUp object to avoid clashes with XML tag names. Will someone have an XML tag named "to_s"? Probably not, but...
I'm ok with the to_s! method, (provided it fails for non-string targets). But I'm not seeing how it actually solves the problem of forgetting that to_s doesn't actually exist.
I don't particularly like the bare true/false as the first argument. It's not immediately clear what xml.node(true, "XX") means. I think I would like xml.node("XX", indent: false) better, but I...
I'm not running on Emacs 24 yet, which is a prerequisite for ESK V2. Has 24 been released yet?
Ok, I'm running on 24 now. Let me use it a few days and to make sure nothing I use is critically broken, then I'll look into updating to the...