Uwe Winter

Results 11 comments of Uwe Winter

Update encrypt with the following: ``` def encrypt(self, string): key = 171 result = "\0\0\0"+chr(len(string)) for i in string: a = key ^ ord(i) key = a result += chr(a)...

Hi @bentsherman, Perfect! Could you point me to the grammar? It's straight forward to integrate. I'll put some documentation here later today.

Hi @bentsherman, Thanks for the contribution, I have successfully rebased your grammar on the official groovy, split them out, and generated all the compiled code. I will proceed with modifying...

Hi @ahmedhamidawan do you need any help on setting up the Tests?

I think these are fine. Do you think we can merge?

@marius-mather do you have capacity to give this a test - ? I can only get to it next week

I just want through the same pain... this is what worked: I ran this script (just update your HA_IP to your IP). The script creates a root ca and intermediate...

@nuwang Can you help with this one?