Andrew Brown

Results 36 comments of Andrew Brown

I'd like to suggest some commentary about enabling parallel-by-default at the test assembly level using `[assembly: Parallelizable(...)]` (in particular whether it should be [assembly: Parallelizable(ParallelScope.All)] or [assembly: Parallelizable(ParallelScope.Children)] or not)....

> This will be a tricky thing to write because there are wide ranges of opinion as to the best way to use ParallelizableAttribute at assembly-level, or even whether to...

Using VS2013 Ultimate Update 5. I got round this by 1. (optional) Changing the .vsix to .zip 2. unzipping the vsix to a folder 3. editing the .vsixmanifest file, in...

@CharliePoole - I'm very late to the party, so I'm not sure if this is still relevant. We put together a small nuget which is installed into one of the...

You could try this, which includes potential problem characters like `\` and `&`: ``` \( \begin{pmatrix} 1 & x & x^2 \\ 1 & y & y^2 \\ 1 &...

> We could also just to clarify the docstring... :+1: on all points Rather than waste time thinking of a better (anti-)name, the docstring sounds like a fast and effective...

Why not ask to transfer it to the [Graylog2](https://github.com/Graylog2) organisation? They already have [Graylog2/log4j2-gelf](https://github.com/Graylog2/log4j2-gelf).

update: I [asked on their IRC](https://botbot.me/freenode/graylog/2016-08-02/?msg=70671594&page=2) if they would consider it > Hi everyone. I'm using graylog with log4net and NLog - all works fine. I wanted to submit an...

PR submitted, and it works fine. Note I wasn't able to work out how to get layout renderers to work with the config properties, e.g. ``` AdditionalFields="app:RandomSentence,version:1.0,Level:${level}" ``` This is...

> Could you live with a configuration setting that you could set to make this happen I could easily live with that. My concern about suggesting we make it add...