clownfishnemoGitHub

Results 4 comments of clownfishnemoGitHub

Thanks! to let know, yeah an open discussion i understand the benefits @c0xc nice to enable discussions at your fork lets use it as talks entrypoint for nomacs

Hi vcoppe, Is it possible to expand the menu of Green POI, by introducing more Types of POI ? don't know if POI related by climbing does exist and are...

``` #end_of_field = re.compile(r'\r\n\r\n|\r\r|\n\n') #end_of_field = re.compile(str('\x5C''n''\x5C''n''\x5C''r''\x5C''n''\x27')) # \n\n\r\n' #end_of_field = re.compile(str('\x5C''r''\x5C''n')) # \r\n #end_of_field = re.compile(str('$''\x5C''r''\x5C''n'), re.MULTILINE) # \r\n end_of_field = re.compile(str('$''\x5C''r''\x5C''n''\x27'), re.MULTILINE) # \r\n' ``` https://pynative.com/python-regex-flags/ I just...

As test purpose i stripped out the parse, for my purpose perspective the Signify Hue Bridge does send alread valid event message data therefore no need to parse, but i...