Pepe Navarro

Results 6 issues of Pepe Navarro

Hi, I'm trying to understand how `RequestIDHandler` works. I configured the HTTP handler this way (got from https://github.com/rs/zerolog/blob/master/hlog/hlog.go#L150 and changed a bit): ```go func TestRequestIDFromHeaderHandler(t *testing.T) { out := &bytes.Buffer{}...

Hi there, I like diagrams and I want to use it for my company documentation, we create the documentation as Markdown inside `/docs` folder (we use MkDocs to render it...

Hi, I'm using https://github.com/AppThreat/dep-scan-action on some of my repos and it started to fail today with the following error: ```python ___ _____ _ _ / _ \ |_ _| |...

I want to set up the priority of some notifications according to https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html but I don't see how to do it. Is it supported?

Hi, I want use the MySQL connection part of this project for other purpose, have you think the possibility to move it to a library? If not, can I use...

Hi, I want to know it the result of `stats.Data()` has a format supported by Prometheus. Thanks