Gabriel Saillard

Results 24 comments of Gabriel Saillard

I'm not sure if this exactly the same issue, but I find that typing any diacritics (like ö ầ etc), not just the tilde, on `xterm` doesn't work at all...

@Tyriar My `$LANG` is set to `en_US.UTF-8` - but typing diacritics does work in other terminal emulators (Konsole), and switching to, for instance, `fr_FR.UTF-8` does not resolve the issue. Also,...

To support disk IO on Windows, you could use the `win32_PerfFormattedData_PerfDisk_LogicalDisk` WMI class. Sample output: ``` PS C:\Users\squared> Get-WmiObject -Class win32_PerfFormattedData_PerfDisk_LogicalDisk -Propert y DiskReadsPerSec __GENUS : 2 __CLASS : Win32_PerfFormattedData_PerfDisk_LogicalDisk...