Brenden Soares

Results 128 comments of Brenden Soares

This is a lower priority issue due to its low probability, but it is a problem. I've marked this as a bug, increased its priority, and put it in the...

There are really only 2 [numeric types](https://golang.org/ref/spec#Numeric_types) in Go: `int` and `float`. Would it be better to add a `RangeFloat` validator instead of modifying the [current `Range` func](https://github.com/revel/revel/blob/df5d88dbece276012b4c7ab45a33a1047c1db108/validators.go#L89) to allow...

@pushrax what do you think about changing the argument type from `int` to `interface{}` and then detect the type via a type assertion instead of a separate method?

@daemonfire300 not sure why we would want a dedicated interface other than the current `Validator`, but please share your thoughts in the form of code ;) @pushrax SGTM

@xpbliss @notzippy this needs a RFC in `revel/rfcs`. Can either of you take ownership of this and make sure we get the RFC proposal details completed for review?

How is GoConvey related to runtime debugging? It definitely looks great for unit testing, but I don't see the relation. Side point: our testing suite is already pretty nice with...

@mihaihuluta there is still no official guide to give you easy steps. Sorry.