Petar Bubalo
Results
2
comments of
Petar Bubalo
@MichalNemec Hi, I am also interested if there is some news about adding copyWith method to openapi generated models automatically?
Issue happens at utils.py package file (Python37\Lib\site-packages\html2text\utils.py) at lines 210, 211, 212. Here are those lines that work: text = config.RE_MD_DOT_MATCHER.sub(r"\1\2", text) text = config.RE_MD_PLUS_MATCHER.sub(r"\1\2", text) text = config.RE_MD_DASH_MATCHER.sub(r"\1\2", text)...