Conrad Irwin

Results 605 comments of Conrad Irwin

We could allow --tagname to take a dot-separated list of tagnames. If we then allow for multiple tagname arguments that would allow for very cool, easy flexibility. --tagname "DNS.Group"

Hi @eproxus, This sounds like a very complicated way of doing things so I'd like to understand your setup a bit more. Do you re-use name tags per-role per-env, or...

I guess there are a couple of different ways we could try and do this, I think my favourite is: ``` ./aws-name-server --namespace-tag env --domain aws.bugsnag.com ``` That said, I...

@glongman The entire set of headers for the email would be nice, if not; just the full text of the received headers will be necessary to track this down. Thanks!

I've added loop_while (and loop_until) to this branch. It might be better to call them just "while" and "until".

@badosu: I think it's some kind of use-after-free bug (`GC.disable` fixes it completely, and it's apparently non-deterministic). The lspace project has a `binding_of_caller_segfault` branch which was triggering it reasonably reliably...

@badosu only on ruby 1.9.3-p385. on 1.9.3-p392 it works. I'm not sure whether it's worth investigating on -p385; it might be best to use @RISCfuture's example which is apparently reliable...

@badosu I re-ran my test with ruby-p185 and lspace's branch. It doesn't seem to segfault... I've updated my operating system (which shouldn't have much effect), and I'm probably using a...

It'll be quite hard. The way we currently do this is find the first line of the method, and then extract one complete expression from ruby. To get it without...