Chocobo1
Chocobo1
I wish to stop `coveralls.io` leaving a coverage update message every time someone pushed their code. Somewhat annoying... I see there is a setting to do this: https://coveralls.io/github/chewing/chewing-editor called `Leave...
strncasecmp() does not exist in MSVC so define it as _strnicmp()
* WebUI: migrate to ESLint v9 * WebUI: add linting for regular expressions And applies to following suggestions: * Use case-insensitive flag `i` * Use `\w` for matching characters *...
ps. Will apply formatting after conflicting PRs are merged: #20951, #21000, #21007.
It is now clearer to see what property is being accessed. Previously mootools library would re-map attribute/property to another. ps. Might have merge conflicts with #20951, #21000. Should this PR...
It is not needed since `QHostAddress::isLoopback()` can do the job.
The localhost is 'potentially trustworthy' and RFC 6265 allows setting secure flag in this case. https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.2.5 https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy
This help identifying threads when debugging. The name is using 'variable name + class/function name' due to the thread name field is limited to 16 chars on linux. Note that...