jokjr
jokjr
@nward @istvan91 I appreciate the patch, but I think that this still has problems, consider these two cases: ``` b1 = b'0d\xff' b2 = b='0x\xff' # this will raise an...
The problem I originally ran into was that my `bytes` were random (MD5 for `Message-Authenticator`), and that my outgoing messages caused exceptions with probability `1/65536` because every now and then...
Yippee, my turn to bump into this. This line: ```bash if [[ "${PROBLEM_VMS/$VM_NAME}" != "$PROBLEM_VMS" ]] ; then ``` Is roughly equivalent to: ```bash if [[ "${PROBLEM_VMS}" == *"${VM_NAME}"* ]]...
@lamw I do not. Feel free to integrate it if you find the time. Otherwise I'll try to find time when I am back from vacation.
I just noticed in passing, I have not experienced this as a problem and I'm happy with your suggestion. :-) Does the call to NfsIoHack mean that it will be...