diachedelic
diachedelic
I have just noticed a very odd thing. Node.js seems to be about 4 times faster than Deno or Chrome at running some arithmetic-heavy JavaScript (in my case, generating pseudo-random...
The allowTouchMove handler now receives the touch event as an additional parameter. close #226
Hello, and thanks for the great script. I wanted to include it in my project, but noticed that a dependency on a third party package (colorama) had crept in there,...
This changes the value of the string. Perhaps multiline strings should be treated like herefiles? ```bash $ scripts/beautysh.py - if true; then > VAR=" > value" > fi > EOF...
So strange! Works if I remove the space at the end of the string. ```bash $ scripts/beautysh.py - VAR=" > text " > > if true; then > echo should...
Looks like having the `do` and `case` statements adjacent on the same line confounds beautysh. # Fails ```bash $ scripts/beautysh.py - while getopts "h" OPT; do case $OPT in >...
Seems to occur as requests are received. ``` [ProcessSuspension] 0x10bafdeb0 - ProcessAssertion() PID 27900 Unable to acquire assertion for process with PID 27900 [ProcessSuspension] 0x10bafdeb0 - ProcessAssertion::processAssertionWasInvalidated() [assertion] Error acquiring...
Pending https://github.com/swisspol/GCDWebServer/issues/479 If an attacker on the local network found the port of GCDWebServer, they could potentially write a bunch of temp data to disk (although it would be deleted...
It seems GCDWebServer, when configured to use Basic auth, requires the `Authorization` header on preflight (`OPTIONS`) requests. However, the spec states that browsers are not to send the `Authorization` header...
A repeat of https://github.com/ionic-team/capacitor/pull/2882, with some improvements. Even if this will be superseded by Capacitor v3, I would still like to see this merged for v2. I am using `patch-package`...