Christiaan B van Zyl

Results 6 issues of Christiaan B van Zyl

Reading nested values like stack traces all on one line is hard. This PR adds an option to make `ConsoleWriter` use `json.MarshalIndent`

It can be hard to read JSON logs without indentation. Also fixes an *index out of range* bug with `l.SetHeader("")`

When I try to compile for `GOARCH=386`, I get the compile errors below. For now I'll just use `amd64` instead. Is it possible to also support `386`? ``` # github.com/blastrain/vitess-sqlparser/tidbparser/dependency/mysql...

Using `sam local start-api` is great but - it's slow handling requests - it would be nice to have the option of running code stand alone outside Lambda I'd like...

To generate the TypeScript interfaces as part of a build script, it might be useful if the Convert function could be imported? For example ``` import ( "github.com/mozey/go2ts" ) ......

When the response status is >= 400, the **htmx:responseError** event must be used, see [this comment](https://www.reddit.com/r/htmx/comments/11ifjid/comment/l5gvtu9/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) Wouldn't it make sense to have a setting where htmx will still process the...