MartinMoenks
Results
1
issues of
MartinMoenks
https://github.com/rgthree/rgthree-comfy/blob/32142fe476878a354dda6e2d4b5ea98960de3ced/py/power_prompt_utils.py#L11 ``` bug: pattern = ']*?)(?::(-?\d*(?:\.\d*)?))?>' fix: pattern = r']*?)(?::(-?\d*(?:\.\d*)?))?>' ```