Jon Seymour

Results 16 comments of Jon Seymour

For those of you who would like to use jq filters on YAML documents, I have written a simple wrapper script that transforms YAML to JSON with a simple python...

@underrun Understood. I have updated the LIMITATIONS section of the README to add further clarification of this point. @dtolnay - thanks!

I am also experiencing a similar hang in one AWS account, but not in others which are pretty much configured the same way and in cases where I know there...

I think from my point of view, `NewClientWithSlaveId(c Client, slaveId int)` does what I need and has the advantage that if I need to defer the creation of clients for...

Prototyping this, I realised that there may be a need to add a `Close()` method to the Client interface and also a reference counter in the implementation to allow a...

@jlund I see you fixed the issue by manually following the redirect which is probably reasonable. I developed this before I saw your changes and offer it for your contemplation,...

For reference, here is a similar example, although with the false parameter. ``` var moment = require('moment-timezone'); m0 = moment.tz("2019-01-08 11:55", "Australia/Sydney"); m1 = m0.clone().add(6, 'months') m2 = m0.clone().utcOffset(m1.utcOffset(), false)...

BTW, if you are prepared to edit the output of pg_dump, a relatively simple edit that works around the problem is to insert the literal '||' before the confounding -----...

FWIW: a workaround for my particular use case is to use the `--inserts` option of the pg_dump tool so that I don't need to worry about COPY FROM STDIN statements.

We are also experiencing this with docker based tunnels running http2. We are on 2023.3.1. It started occurring on 17 March when were were on 2023.1.0