Sohaib Mahmood

Results 6 comments of Sohaib Mahmood

Must be some kernel thing as It was working for me fine on Debian Sid until I did a kernel upgrade to 6.3.0-1-amd64 and now it echo's but if you...

Confirming I also get 2.6.0 on Debian Sid.

Can anyone figure out how to replace the python threading with rayon threading? On lines 140-141 of lib.rs there is a comment where the author mentions he tried threading with...

Try this solution: https://github.com/dvorka/hstr/issues/452#issuecomment-1625158519

I just ended up using os.Exec to call xorriso ``` func extractISOToDirectory(filename string, source string, destination string) error { xorriso_args := fmt.Sprintf("-osirrox on -indev %s/%s -extract / %s", source, filename,...