Brad Peabody

Results 200 comments of Brad Peabody

My suggestion on this is let's try to make a small library of examples and then see when we get to forms if the vgforms package helps us solve problems...

@owenwaller Thanks very much for this message. I agree it would make a lot of sense to round off Vugu to a 1.0 release. I've been using it in production...

@owenwaller Great and thanks. I looked at the issue labels and there is already "bug" (anything busted), "enhancement" (feature request) and "maybe-someday" (feature request but a lot of work and...

Just another vote for fixing this - downloaded and tried Etcher today and immediately went searching to see if this is spyware. Password prompts should always be from the system,...

I think CEF would be really valuable if it could be some sort of option (probably a Go build tag would be appropriate). This is a good example where one...

After I wrote the above I saw your notes here: https://github.com/natefinch/lumberjack/issues/17 I agree with what you're saying about non-deterministic log file sizes. However, I think the basic point here is...

I would say that splitting the log files at _exactly_ a given time is not necessarily a requirement, especially if it could be brittle due to the log line format...

I haven't looked too closely, but it seems like updating https://pkg.go.dev/github.com/julienschmidt/httprouter#Router.Handler and https://pkg.go.dev/github.com/julienschmidt/httprouter#Router.HandlerFunc to just call https://pkg.go.dev/net/http#Request.SetPathValue in addition to the existing behavior would be the primary thing that's needed...

Hi @seanrmurphy, thanks and yeah I see what you mean. Parameters can either be in the path, e.g. "/some/path/:param" or in the query string. In order to simplify things these...

@seanrmurphy Great! Yes, a PR is welcome.