Peter-Optiway

Results 17 comments of Peter-Optiway

> ```js > Object.getOwnPropertyNames(json) > Object.keys(json) > for(let key in json) { > // ... > } > ``` > > will do the thing - no need for changing...

I have the following class to solve this issue: ```c# public static class ProgressBarExtensionMethods { public static IProgress AsIProgress(this IProgressBar progressBar, Func convert) { return new ProgressConverter(progressBar, convert); } private...

It would be great if you would add support for this, now that NLog has structured logging support. Example output: ```json { "time": "2018-04-04 15:17:35.3798", "level": "INFO", "thread": "14 AsyncContext",...

They are file based Here is my `nlog.config` ```xml ``` This requires the latest version of NLog to work

Here is some documentation for the feature https://github.com/nlog/nlog/wiki/How-to-use-structured-logging

I have no need for it to update when a new entry is written, i only want to analyse a file sent from a customer (the file wont change).

Same issue here no matter what i pick i get `"%" is not an allowed value for option "style".` please fix the issue or remove the documentation that says you...

Some times i get this error, the problem is that once it occurs it just occurs on every connect and makes the application useless until restarted. ```bash 2018-03-19 11:02:45 WebSocketServer,...

@deniszykov I'm using the latest stable version 4.1.3.