pancho horrillo

Results 19 comments of pancho horrillo

Hi, @Narice! Fantastic addition! I've just tested your changes, and the module works really nice on my setup. It uses CPU like a hog, but I guess that can't be...

Hi! We got 500+ stars on GitHub \o/, any chance this PR might be accepted? Cheers,

Sorry for the delay replying, @akostadinov. > would it be possible to also push to quay.io to avoid download limits? Seems like a good idea to me, and according to...

We must skip the affected tests for now.

We should add this to the release workflow: ```bash GO111MODULE=on go get -v github.com/BBVA/kapow ``` because this primes the module proxy with the latest version, and in turn updates what's...

Let me clarify: pkg.go.dev will update its info on Kapow! (or any other Go project) only after it has been accessed via `go get` in **module** mode. So, in order...

@hhurtado suggest also that the server should provide some form of validation. We should create a ticket for that, to be discussed.

Duplicate of #37. Will continue here, since we have more context now. @hhurtado dixit: > The default values for the Route entity must be set on the create/insert handler as...

We have to discuss as well wether the cookie headers must be case sensitive or not.

`goreleaser` supports leveraging `-X vars` *by default*. See https://goreleaser.com/customization/build/ and look for `-X` for a taste of it.