John Hawthorn

Results 39 comments of John Hawthorn

This behaviour is really unfortunate. It seems like this is a pre-existing bug based on `polymorphic_path(@author)` having the undesirable behaviour on 7.0 (at least, likely further back), so I don't...

What do you want CPU profiling for? There are ways we could measure and incorporate that information, but it would be helpful to know where that information would be helpful...

It is possible, but I'll admit the API is currently a little awkward and it requires a reference to the current profile object. Another option for adding markers (for those...

It's hard to give a specific number, since there are a variety of factors. Vernier is a sampling profiler so we expect the overhead to be very low (and based...

@willtcarey @richardkmichael Sorry for the slow reply, yes https://vernier.prof/ and [profile-viewer](https://rubygems.org/gems/profile-viewer) https://github.com/tenderlove/profiler which is also _barely_ different than what's on https://profiler.firefox.com/ I'd love to see this integrated into rack-mini-profiler, be...

I only use clouddns with AWS SES. Other providers (like zerigo) may require an email with zones.

This is unfortunate. It seems that this [hits an issue with node 0.10](https://github.com/nodejs/node-v0.x-archive/issues/3452) where it does not show line numbers for syntax errors when using the `vm` module.

I did some manual bisecting between node versions. It seems like Node 0.11.12 is the first version for which syntax errors inside of `vm.run*` are reported properly (everything >= 0.12.0...

👍 Given that some systems are case-insensitive treating A-Z the same as a-z seems like a good idea