mcheviron
mcheviron
> For everyone who's not able to copy to clipboard from Cody chat, which version of VS Code are you on? They fixed a bug in VS Code in 1.89.0:...
> We believe that incorporating Slog or the standard logging library from Go would be the most suitable approach. Will you add it or should someone make a pull request?...
> > Also for whoever does it, I suggest creating an abstraction over LogAttrs instead of using the slog API. Otherwise each log will alloc on the heap, unlike Zap...
I don't see the value of adding Zap since the original commenter wanted to use slog to keep things in the stdlib. If all you need is to pass the...
> @mcheviron, if you agree, I would like to assign this to you. The solution needs to be simple and without overengineering, working out of the box and being incorporated...
> I was thinking that you implement it first in a project that is created with a blueprint, then we can finalize the structure and functionality. After that, you can...
> This looks nice, exactly what I was thinking about. What do you think about adding a middleware method? Chi and Echo are using built-in middleware. Can we unify that...
@Ujstor thank you. i'll get to it in the weekend
@Ujstor I was thinking of putting the template file here: - `cmd/template/framework/files/` Then, I'll add the Go embedding here and expose a `LoggerTemplate`: - `cmd/template/framework/main.go` Next, I'll add a case...
@rekram1-node do you think this could be added soon? I am not sure if it's the type of feature that needs architectural stuff or not