Peter Mounce
Peter Mounce
[NLog](http://nlog-project.org) over in the .NET world has this quite neat feature where it's possible to define [conditional patterns (nlog calls these layouts)](http://nlog-project.org/category/advanced), and also [wrap appenders (which nlog calls targets)](http://nlog-project.org/wiki/Targets#Wrapper_Targets)....
Would a UDP appender be possible? We use statsd for our metrics collection endpoint, which wants UDP packets containing strings like `dotted.bucket.name:value|bucket-type` and I'd like to use `logging` to push...
##### Checklist - [x] `make test-all` (UNIX) passes. CI will also test this - [x] unit and/or integration tests are included (if applicable) - [x] documentation is changed or added...
**Describe the bug** Our tests have external dependencies * DNS - dnstest.io * http - httpbin.org (example https://travis-ci.org/github/aelsabbahy/goss/jobs/729563840#L5278 via #621) **How To Reproduce** Keep retrying. **Expected Behavior** Tests don't fail...
**Describe the feature:** Implementation detail change. Sliced work from https://github.com/aelsabbahy/goss/pull/609#issuecomment-688450200 discussion. `goss serve` has a cache. Currently, this caches rendered output. #609 introduces the possibility of different rendered output for...
I saw the note in the readme about Apple having now enforced signed PKGs during setup. I think I'm suffering from https://www.virtualbox.org/ticket/16644. I'm not a subject matter expert by any...
Would you accept such a PR? It's a little offputting to get that big red vagrant wall of text that basically says "disable sync'd folders, we don't support them on...
I have some content that looks like ```markdown - Which tickets _would have_ prevented a support interrupt? [`is:issue is:open label:type/docs label:origin/customer`] [`is:issue is:open label:type/question label:origin/customer`]: https://github.com/redacted/redacted/issues?q=is%3Aissue+is%3Aopen+label%3Atype%2Fquestion+label%3Aorigin%2Fcustomer ``` When I `mkdocs...
It would be great to support [max_line_length](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length) so that files in source control are easier to review via diff since there would be less horizontal scrolling required.