astrand

Results 59 comments of astrand

Which Python version are you using? Can you post an example input that does not work? The referenced URL gives 404. I usually test to obfuscate the obfuscator itself: ./pyobfuscate...

Ah, what a pain modern systems are. I hate to be that guy, but xclip doesn't use many resources, and exits as soon something else takes the clipboard, so what's...

The problem is that my passwordmanager needs to know when to put the password on the clipboard. I don't want to paste my username and then tell my passwordmanager to...

Which Python version are you using? Can you attach an example program that triggers this?

See this StackOverflow question for an explanation of why xclip does not exit/close stdout until another selection is made: http://stackoverflow.com/questions/19254114/xclip-does-not-terminate-when-tracing-it Basically, it seems the only place the text buffer exists...

I screwed up the other ticket. Sorry. I haven't used sf in years. Original comment by: kousu

Thanks for your contribution. Wrt the patch, I'm a bit worried that the use of the daemon() function will limit portability. According to my man page of CentOS6: "Not in...

Wrt reviewing the code: Good that you are using "fixup" messages, but it would be even better if you could do git rebase -i --autosquash. Then force push. Can you...

I have now done a checkout, build and quick test run. Basic test seems to work, but strange behaviour when running without arguments: `[astrand@sara xclip]$ /tmp/xclip/bin/xclip /tmp/xclip/bin/xclip-[astrand@sara xclip]$` The output...

Hi again, thanks for explaining this. Haven't noticed this in the other pull requests. Wrt the "sensible stdin", I'm not convinced. I see several problems with it: 1) It breaks...