Andrew Shogren
Andrew Shogren
This looks like the same cause/resolution as https://github.com/thiagopradi/octopus/issues/342
Ran into this as well. Same context. Simplest workaround is defining a method like the following as a thin wrapper: ```python def compile_pattern(s: Union[str, bytes]) -> re.Pattern: return re.compile(s) @attr.s...
@martinpcobo @ekalinin @g-h-97 You can support this today by setting a "merged" or an "all" remote that has multiple remotes in it. If you do that then when this plugin...