Francis George
Francis George
Hmm, I don't think I've done that before so I can't say off the top of my head. * Have you tried putting `t.options` before `t.files`? * I wonder if...
Currently the method source is added automatically by YARD. I could add the Contract too. I initially decided not to but I'll reconsider now I know there's demand for it.
The current check for whether it's a class or instance method is very simplistic based on there being a `self.` so this other syntax doesn't work. YARD / Ripper don't...
yard-contracts is fired on the `Contract` call, it then scans ahead in the code's AST for the next `def` statement, which of course there isn't here. I wasn't going to...
I'll check this out, but I have a feeling YARD is trying to lookup a class to add a link to it. E.g. if you have a class Foo and...
This really would be a fantastic improvement. I just used ExecJS for something and was baffled to get a fresh environment each time. Someone else has had a similar go...
It would be really nice if I could actually use IronWorker. Updated the gem, tried again, no change. Any ideas?
Could I suggest not printing the controller param? It may be useful to have, but the error Hyperloop logs is now massive and hard to scroll up to find the...
@catmando Looks like this in the Rails server log (note this goes on a loooong way further scrolling up): When an execute_remote fails it looks like that for me now....
Can be closed?