Erick Wijaya
Erick Wijaya
Related with https://github.com/schachmat/wego/issues/116 [os.UserConfigDir()](https://pkg.go.dev/os#UserConfigDir) docs: > On Unix systems, it returns $XDG_CONFIG_HOME as specified by https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html if non-empty, else $HOME/.config. On Darwin, it returns $HOME/Library/Application Support. On Windows, it returns...
Currently https://pkg.go.dev/log/slog is in Go1.21 release candidate. Once it's released in go1.21 people will start using it so it would be nice to have this support after it's released. Links:...
First of all, thank you for maintaining this amazing project! I find this extension very helpful to filter unwanted comments and replies from spam accounts. It would be nice to...
I've been using this library and wrote custom DataDog integration (observability service) for river. It would be nice if we can introduce DataDog integration directly in [dd-trace-go](https://github.com/DataDog/dd-trace-go) ([contrib packages](https://github.com/DataDog/dd-trace-go/blob/main/contrib/README.md)). I...
[river](https://github.com/riverqueue/river) is a background job library written in Go. It would be great to add a native integration for this library. River provides [JobInsertMiddleware](https://pkg.go.dev/github.com/riverqueue/river/rivertype#JobInsertMiddleware) and [WorkerMiddleware](https://pkg.go.dev/github.com/riverqueue/river/rivertype#WorkerMiddleware) which can be used...