Robert Nowotny

Results 87 comments of Robert Nowotny

Dear Mark, I think thats a good idea. In Python, you can measure CPU time using the time module. The `time.process_time()` function returns the current process time in seconds, which...

Dear Mark, also check out the meaning of our `hard_timeout` parameter, for more accurate timing, since that considers also the time needed to fork (or to simulate a fork on...

Dear John, what a great idea ! any chance You help to implement it, I am very busy on other issues atm. yours sincerely bitranox

interesting. I will look after it, but it will take some (longer) time. thank You for the bug report !

unfortunately You are absolutely right - and this is not the only problem. basically the handling of multiple ignore files, precedence levels and so on, is just very wrong in...

sure, I will send You a download link for the hives yours sincerely Robert Vienna, Austria

Willi, did You receive my email ? and here my "fingerprint" software, using python-registry : https://github.com/bitranox/fingerprint yours sincerely Robert

ok, I will consider it.

my guess (and the solution) You might find here : https://github.com/astrada/google-drive-ocamlfuse/issues/902

Rose, checkout my [KnowHow](https://github.com/RotekHandelsGmbH/LinuxTreasureTrove/blob/master/docs/ocamlfuse_google_drive.md): ### on Headless Machines ```bash rm -rf ~/.gdfuse/default # this is crucial google-drive-ocamlfuse -headless \ -id "YOUR_CLIENT_ID" \ -secret "YOUR_CLIENT_SECRET" # Follow the OAuth flow ```...