Results 72 comments of Thom Wright

Ah, gotcha. Having a quick look at the [ART internals](https://github.com/sebmarkbage/art/blob/master/dom/native.js) it does indeed look like it's calling `.bind` on listeners.

@joshma Nothing better than my `makeListener` hack above.

I've used something like the following to achieve the same effect: ``` coffeescript ... ```

So `nodeps` is really useful especially for running single-service tests, but it should probably default to false in every case, rather than sometimes true, sometimes false.

I'm considering a new approach to the DNS timeout problem. The design looks something like the diagram below. What I have in mind is a new `DnsTimeout` middleware wrapped around...

Agreed! >After a few attempts of using the dead connection we can remove it and continue using the 2 remaining connections I had to have a look, but I'm guessing...

That's good to hear, thanks 🙂 My use case right now is preparing slides for a presentation in Google Slides. I have a diagram, which I build up a bit...

Some other things which seem to remove (or not add) elements from frames: - Pasting in an element into a frame – not added as I would expect - Using...

For what it's worth, I believe this is what is making my tests flaky. Is this related to, or the same bug as, #2743?

I was thinking similarly. Storing it in `PgConnectOptions` felt a bit _weird_ but I couldn't see anywhere else. I'll try to find some time to put a PR together.