Matt Holt

Results 1518 comments of Matt Holt

Good question: yes there is! :) > a module implementing the CleanerUpper: https://pkg.go.dev/github.com/caddyserver/caddy/v2#CleanerUpper -- this allows modules to say when they're done with values as configs are cycled through, and...

(Chiming in from the Caddy team) We're open to improving logs -- it was first and foremost important to ensure the logs were capable of providing as much information and...

The encoder can be customized in a Caddy config. So it doesn't have to be JSON. Would that help?

I just discovered the `font-feature-settings: "liga" 0;` feature of CSS which is a suitable workaround. Still, just my 2 cents, the combined "fi" looks strange on a monospaced font. :man_shrugging:...

No worries. Maybe someone else stumbling onto this would be able to take it up.

That's what I thought at first too, but the file the error is reported from (caddytls/config.go) is not a test file.

@bradleyfalzon Wow, yes, I do believe that is accurate: the Go tool reports that the dependency was not found in my GOROOT or GOPATH at all. Nice work digging into...

For a near-term solution, I'd definitely be OK going with requiring a correct program. Much simpler and less error-prone than trying to hunt down the problems of traversing the AST...

They recently changed the timestamp format, I noticed this too.