Doug Tabacco
Doug Tabacco
https://github.com/alexcesaro/statsd/blob/master/conn.go#L136-L163 appendNumber accepts an interface{} assuming it'll get a number. But if it gets an unexpected type it appends nothing to the buffer, possibly generating an invalid metric like "somekey:|c"....
I altered the preg_match pattern to use '#' as the regex delimiter rather than '/' since slashes will appear in the config all the time, and # won't. This way...
Fixes https://github.com/DataDog/datadog-agent/issues/8041 ### What does this PR do? * Add a check for whether dogstatsd is enabled before emitting any trace metrics. This ensures that dogstatsd-formatted metrics are not accidentally...
It'd be great if I could autofill passwords from Server records in 1password. Right now it looks like only Login records are supported.
Removed casing code, since Go's strings.Title() handles this. Added the ability to generate a name based on a fixed seed, and moved the old function to call the new one...
This should work happily with python 3.7, and retain backwards-compatibility with 2.7 (thanks @tresni). (Also, if you merge this, a new pypi release would be appreciated :))
I'm up for ideas on the command - I initially added 'rick me' and 'morty me' as aliases. The other shows use the show name, but 'rickandmorty me' seems long...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like I'd like to see the tarballs and other release aritfacts (for...
Resolves #2550 ---- ### Before the change? * The documentation for the new block from #2481 incorrectly refers to a block named team_ignore in github_repository_collaborators. This block does not exist...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...