Garrett Ladley

Results 4 issues of Garrett Ladley

## Describe the feature Provide the ability to hide the database password from logs/error messages. Perhaps as an additional field in [`gorm.Config`](https://github.com/go-gorm/gorm/blob/master/gorm.go#L21), perhaps as an option within struct tags (@DOOduneye),...

type:feature_request

completed version of @cornejongs draft pr [here](https://github.com/a-h/templ/pull/772) handled `templ Component() { ... }` and `script Component() { ... }` cases. i've tested this locally by comparing outputs when -minify-js=true vs...

Say my default message is "Hey, I'm your TA, Foo. Can I give you call?". When I navigate from office hours to teams via the provided link, my message gets...

## The Issue the following config leads to some odd interactions with my streaming fiber handler. config: ```go app := fiber.New() app.Use(slogfiber.NewWithConfig(slog.Default(), slogfiber.Config{ WithRequestID: true, }, )) ``` my fiber...