Sam Schenkman-Moore
Sam Schenkman-Moore
I'd like the ability to specify any of the options one might use in a Gemfile ... ``` ruby gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails', :github => 'anjlab/bootstrap-rails' ``` I think...
The Readme in this repository directs users to [these datadog documentation pages](https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#count) for examples of metric submissions. The examples on that page use the older not-v5 library, which is I'd...
**Describe the bug** In EntityV3DatadogCodeLocationItem there is a Regex check on the git url provided. Presently is it `Regexp.new(/url/)` (the letters u, r, l), so `"url"` or `"the corner of...