Nicolás Garnil

Results 4 issues of Nicolás Garnil

Is it possible to use Angular's built in validations (ng-pattern, ng-minlength, etc) instead of performing them manually in a custom validation method in the `onbeforesave` attribute? I would like to...

## Problem The reporter [exometer_report_statsd](https://github.com/Feuerlabs/exometer/blob/master/src/exometer_report_statsd.erl) doesn't support including [Datadog tags](https://docs.datadoghq.com/guides/dogstatsd/#tagging) in the datagram which is sent to statsd. ## Solution Be able to pass the tags to `:exometer.update` as well...

## Problem It would be desirable to be able to provide [generic error messages](https://www.owasp.org/index.php/Error_Handling#Generic_error_messages) instead of the exception message after a resource method raises a `StandardError`. ## Proposed solution We...

## Problem The response `Content-Type` cannot take different values rather than `appplication/json` or `text/plain`. ## Proposed Solution Modify the `update_content_headers` method in the Response to allow to pass a custom...