divinity76

Results 202 comments of divinity76

another problem with the Community Edition: last version of CE able to compile [JEDI Code Library](https://github.com/project-jedi/jcl) was 10.3, they removed support in 10.4 per https://blogs.embarcadero.com/delphi-cbuilder-community-editions-now-available-in-version-10-4-2/#comment-1339 x.x (the paid version is...

well, PHP is already doing this automatically with sufficient `error_reporting`, not sure it's a good idea to do it manually/explicitly (for no good reason i can think of)

well, Cygwin does pretty much everything gow does, and a lot more. if Gow is lacking something you want, Cygwin probably has it. but you'll have to manually add `C:\cygwin64\bin`...

yup, but that said, Cygwin works from windows Vista and up, and does pretty much everything the win10 linux subsystem does, or so i've heard. (for what it's worth, i...

agreed. i didn't switch from cygwin to gow, and this is part of the reason (its missing `netcat` and `rsync` and `ssh` - ps, cygwin has all 3)

there is an official nmap port for windows too, y'know. as for nc, agreed. (btw, Cygwin has nc)

as a production-quality library, this should be a major issue! why does nobody care? :O

a backwards-compatible quick-fix is to simply give the connecting host address to Client in the constructor, eg: $auth = new Client("example.org"); instead of $auth = new Client();

@gavan1 and what happens if you compile with ``` -DWITH_CN_LITE=OFF -DWITH_CN_HEAVY=OFF -DWITH_CN_PICO=OFF -DWITH_CN_FEMTO=OFF ``` ? (disables cryptonight algorithm)

@HubertusWine > I would be willing to provide a Risc-V Server for development if this helps. see https://github.com/xmrig/xmrig/issues/1924#issuecomment-818263351