Results 18 comments of Dario Sindičić

- Allow heterogenous values in arrays. ``` # Mixed-type arrays are allowed numbers = [ 0.1, 0.2, 0.5, 1, 2, 5 ] contributors = [ "Foo Bar ", { name...

I implemented the requested feature, now I only have to implement tests and figure it out why it wasn't caught by our test cases. Code needs some cleaning but it...

Our tests was ok, but they were testing something different. Text was generated with unicode characters but they were written like ```\u010d```, but they weren't generate in its real form,...

Hi, I looked into this issue and you are right. Three years ago someone added feature to display TB when bandwidth is higher than 1024 GB, but it only added...

Try removing if statement in line 8095. I don't use the newest version, but I think that they save bandwidth in 32-bit values, and then they are asking if that...

On my server when I added just those three lines, it worked. Can you please paste here your output of the following command which will print information about how was...

I guess that the problem is probably in LogFile parameter, because I update stats every day using other two parameters. I will look up the code to try to figure...

Can you specify what is the name of the configuration file? I think that it is the problem.

Merge request is open and waiting for approval from the @eldy.