Gabriel Saillard
Gabriel Saillard
Got it, thanks
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...
Thanks for the report Josh Looks like the library is failing to download a database update, are you running behind a firewall by any chance? If so, you might have...
@natanavra could you give me a bit more info about the environment you're running the package in? Possible root causes include bad network access, missing write permissions on disk. I...
@natanavra I just released https://github.com/GitSquared/node-geolite2-redist/releases/tag/v3.1.0 which should improve error and filesystem handling. Let me know if that improves stuff on your end. I couldn't manage to reproduce the issue you're...
Yes that's a good idea! Will implem whenever I have time.
Thanks for digging in @natanavra, this is super useful! Could you confirm those errors are not crashing your app anymore? What's really bothering me is this: > [we've been working...
Storing results of commonly tested fonts would require turning this offline tool into a full web app, which might be a bit overkill. However, building on the idea of a...