Angie Lin

Results 6 comments of Angie Lin

Go parser explicitly allows "". https://golang.org/src/net/url/url.go?s=2590:2650#L100

I wonder if a simple post processor that globally replaces '' on the result from url.String() will suffice? That would escape it throughout (host, path, query, fragment). We can't escape...

cmd/transform/transform.go exists already to do PnP(doc) transform -config NONE OR | transform -config NONE Should be simple enough to write a script to do the idempotency check.

Changes in github to transformers is supported. But the author information may be lost (I'd have to double check the configuration on the sync script).

I see #13 is almost a total rewrite that does support escapes. What's the status of the PR?

Ok. I might add a fix to the current impl then...