Ben Hoyt

Results 203 comments of Ben Hoyt

Here's a `GOOS=windows GOARCH=amd64 go build -ldflags="-w"` build of this branch: [goawk-devstderr-windows-amd64.zip](https://github.com/benhoyt/goawk/files/14937935/goawk-devstderr-windows-amd64.zip)

No, that's good enough for me -- thanks! I've merged #225.

Hmm, it's a fair question. However, I'm not sure silently discarding the rest of the line is better than returning an error (and inih will keep parsing on error by...

Thanks for this. I don't have time to fix this properly now, but I'd be happy to review a quality PR (code and tests) to address this. I think we...

Sorry, I didn't intend to click Approve there, just comment. I realise I'm not an approver around here :-), though I would want those changes I suggested for backporting this...

I agree with Tony's concerns here. I definitely have mixed feelings about Path / Path, though I'll admit it's grown on me. However, I think something like `app.get_unit(34)` is clearer,...

We had a team discussion about this today, and we find this confusing and too "cutesy" (and probably only useful in tests). In charm code, the unit name (including /N...

I don't think we're going to provide these guarantees with `--force`, and in addition, we're trying to wean people off `--force` as much as possible -- closing.

Oh, thanks @sed-i -- I'd misread part of the original issue. Yeah, point 2 seems like a problem. Reopening.

This needs further investigation, for example, with Leon's repro case, to see what's going on on the Juju side. John's message makes it sound like Juju should be cleaning up...