Nikolajus Krauklis

Results 6 comments of Nikolajus Krauklis

Hi, here is output of very naive score https://gist.github.com/dzhibas/8801726 which is based only on these features: `normalized(forks) + normalized(subscribers) + normalized(watchers) + .1 * 1/(1+log(1+days_last_pushed))` features is normalized to scale...

Hi @bastianhoyer what can i do is to strip off comments to avoid getting exception on parsing json with comments, but in this case you will loose comments after prettyfing,...

can you please try adding this `"keep_arrays_single_line": true` into your user settings file and try formatting and let me know what you think it works only for arrays `[...]` and...

but then it's not valid json :)

in https://github.com/matomo-org/matomo/pull/21404 this should be fixed ![image](https://github.com/matomo-org/matomo/assets/400147/594df90b-4dd7-4240-83cc-b1a3a99d03cb)

PR to 5.x-dev https://github.com/matomo-org/matomo/pull/21405