Takashi Kokubun
Takashi Kokubun
> The latest Haml ships with its own Tilt-template-class Which class are you mentioning? Temple has `Temple::Templates::Tilt.create` API but Haml is not using it as far as I know. The...
Thanks for digging into it. It's kind of hard to remember all the contexts immediately, so I'll work on this hopefully this weekend.
> =========test 1: shows that using cont against set linetrace outputs nothing > By the way, this was probably introduced with #160. Any thoughts @k0kubun ? test 1 is reproductive...
I overlooked one issue in https://github.com/deivid-rodriguez/byebug/issues/194#issuecomment-219197167. The problem in test2 and test3 aren't the same. Then https://github.com/deivid-rodriguez/byebug/issues/194#issuecomment-219292536 contains only test3's issue. > Tracing: just loops and never continues on to...
> For example u can do this type of "execution line code" tracing in other languages using dtrace and c++ > My view is to learn by "execution code path...
I admit that some issue may exist in the combination of rack, webrick, rails and byebug. But the scope is too large and personally I have no time to do...
Looks nice. I'll integrate electron-builder + AppImage later.
That's because JSON has such interface. ```rb JSON.parse(json, symbolize_names: true) ```
Yes and no. It's surely intended as a current _implementation_, theoretically benchmark-driver supports running the warmup in the same process by implementing a runner as such. You're welcome to implement...
> Output plugins currently expect warmup though, so we'd need to rewrite them to not have a warmup section but just a measurements section. Output can still be regularly updated...