L. Pereira
L. Pereira
You can pass some environment variables to the superuser if you want (e.g. with `sudo -E`), although I wouldn't recommend that. I don't know if we should display a message...
Might be better to just use `clang-format` throghout.
Good idea!
Agreed, having a nice abstraction layer like this would improve things a lot in HardInfo. Especially if we can figure out a way to use the struct Info stuff, so...
This looks very cool! Good job! On Tue, Dec 18, 2018, 21:15 bp0 wrote: > One more: > [image: screenshot_2018-12-18_23-11-19] > > > — > You are receiving this because...
BTW, since you were able to show some markup in the TreeView: is it possible to add links there? I've tried this before, and it was too much work for...
It doesn't, but it does let you know the location of a click.
Indeed. I ran this script: ```Python #!/usr/bin/python import os import json for root, _, files in os.walk('.'): for name in files: if name != 'benchmark_config.json': continue path = os.path.join(root, name)...
Yes, you're remembering it right, @nbrady-techempower. It's entirely my fault that the implementation never made its way to the TWFB repository. As far as reviewing the implementation: it's been always...
Thoughts about this: - The current method of performing I/O and polling for completeness has to be kept there for compatibility with older Linux kernels and other operating systems where...