Results 85 comments of xmo-odoo

> The innerHTML call was already there As we repeat every time, that's not actually a justification, the existing code can be wrong, and even when it's not the way...

> **todo: find a better way to show them off without providing a full path?** > > Well, either do it or remove the comment :D ![mr yvele](https://user-images.githubusercontent.com/7571158/187892390-1fac7e9b-2c42-4ebf-b062-e3bab24e41fa.png)

> it certainly doesn't help that the two icons look almost identical: ![two almost identical symbols](https://user-images.githubusercontent.com/11677380/146543330-e51f4b08-3d94-4df0-a862-d9f335f36023.png) Yep, very easy to confuse and hit the wrong one. > I'd prefer a...

@jbasko couldn't the plugin just use its own `random.Random()` instance, independent from the global one? the functions from the random module are pretty much just proxies to the corresponding method...

> Thank you for issue! I remember when I implemented `--files` I thought about whether there should be a `--directories` option, and my initial thought was that output isn't likely...

> @owillebo thank for the data, I think intuitively it makes sense that the optimal is 6 threads on a 6 core machine. Apparently this bug is not affecting you....

> [#6978 (comment)](https://github.com/PyCQA/pylint/issues/6978#issuecomment-1159559260) is quite an interesting result. That is true but I think it's a different issue: in the original post the CPU% does grow pretty linearly with the...

Also FWIW I've re-run pylint on the original project, though only on a subset (as I think the old run was on 1.x, and pylint has slowed a fair bit...

@olivierlefloch I don't think that can be solved by pylint (or any other auto-worker program): a while back I tried to see if the stdlib had a way to know...