Wes
Wes
Note that the D3D API does work on Vista/Server 2008 with KB971644 installed, but the `GetGestureInfo` API that is automatically imported (whether used or not) by binaries compiled with the...
may be fixed by adding a condition around https://github.com/red/red/blob/66af58e59b5baffcc6c3143253ecc2d564e00297/modules/view/backends/windows/direct2d.reds#L1730 for nt6+ only? [NO_TRAIN]::
There is no MokSBState file (Ubuntu 16.04)
> Amazing. Thanks @wesinator this is my first PR since taking over the project. So let me check a few things and I hope to get back to you soon....
That's interesting that it throws a TypeError, the Python docs don't seem complete. This was to fix someone else's issue, #6 It looks like the purpose of to_ascii is to...
This exception occurs in the Python standard library unicodedata module: ```python import unicodedata print(unicodedata.name("\x00")) ``` there are other similar zero characters that also raise an exception. This seems odd since...
I don't think it's possible to fix this, as the font size is set in the browser and only has a certain width. https://github.com/DaAwesomeP/tab-counter/blob/bb54fb3ec313673a53221bbffd760f8ae92fbaf5/src/options.html#L44
PR #50 fixes this
**Suggestion:** update DNS lookup to use DNS-over-https service (https://developers.cloudflare.com/1.1.1.1/encrypted-dns/dns-over-https/make-api-requests/dns-json) replaces #31
The `-sse` relese is the version with SSE only? It's a little smaller so I thought it might be _more_ optimized. [NO_TRAIN]::