Nikolas Garofil

Results 12 comments of Nikolas Garofil

> > * Speeds up the script because you don't need to run `sudo` anymore if you are already root > > I don't think performance matters for shell-scripts (they...

Changes after this commit: * Improved the warning about the _more-or-less_ deprecated state of `su` * The presence of `which` is no longer necessary. Checking for the returncode `127` is...

- indenting corrected - typo fixed - `pkexec` support - warnings/errors to `STDERR` because that's the standard policy . This is a separate commit because I only thought about it...

Results on [the xterm.js site](https://xtermjs.org/) with addon enabled: ![privacyaddonenabled](https://user-images.githubusercontent.com/2175147/133773221-df31b4c4-cf19-4cd5-9409-0bd0166a7756.png) and disabled: ![privacyaddondisabled](https://user-images.githubusercontent.com/2175147/133773226-46e774de-ed83-4426-98a7-f8cab983fabc.png)

PS: If you don't have a Mint 20.2 nearby, it is based on Ubuntu 20.4. I assume it will have the same problem

Yes, now I also reproduced it in a VM at the obfuscated link below: Start with "**https**" follow it by a colon and 2 slashes, follow it by "**login-cmt.uantwerpen.COUNTRYCODEOFBELGIUM/vmmintddg831.ova**" and...

Sorry, I just noticed that i gave the file wrong permissions, download should work now

I tried it again here, works fine. You must be compiling it wrong. I can compile my rep like this: `git clone [email protected]:ngaro/heartleech.git && cd heartleech && make`

I agree with most things you mention, it's all fixed in my PR #527 from 2 years ago. I'm still waiting until it gets merged... Meanwhile you can use the...

I have a modified version in my fork ( https://github.com/ngaro/dockerfiles ) that works. The comments in the dockerfile also contain instructions on how to run it. A PR has been...