Marc
Marc
Can we suggest a new installer by submitting a .sh file like this? https://raw.githubusercontent.com/Corwind/termite-install/master/termite-install.sh
I switched to DNS 94.140.14.14 and 94.140.15.15 and was unable to login to Steam until I disabled it again.
It seems characters like `ä` or `ü` are incorrectly encoded in the resulting javascript string. ### PowerShell Script foo.ps1 ```powershell echo "bär" ``` ### Node-PowerShell ``` let PS = require('node-powershell');...
It seems impossible currently to receive output from a powershell script which outputs on `stderr` for example with `Write-Error`. Firstly, if any output is on `stderr` then the promise is...
See #96 - EOI string may appear inside output and not only alone.
Not sure if this is an `express` issue or with `http-proxy` but I am modifying (extending) the response body and the resulting `Content-Length` header is not getting extended. When I...
Following the official guide on Ubuntu 18.04 led to the "wrong" yarn being installed: https://yarnpkg.com/lang/en/docs/install/#debian-stable Executing `sudo apt remove cmdtest` before did not help. Apt-Get installs the wrong Yarn. Following...
**Description** Similarly to #168 docker scan does not work behind a corporate proxy with self-signed certificates. How can we tell docker scan which CA Roots to trust? **Steps to reproduce...
Can this tool be extended to list, filter, start and stop remote (windows) services?
I've always used http://www.cronmaker.com/ to generate Cron Expressions but they are incompatible with node-cron. For example: `0 0 12 13 9 ? *` causes node-cron to say "? is a...