iodbh

Results 3 comments of iodbh

we ran into the same issue, a workaround that doesn't require patching the requirements is: `git config --global url."ssh://[email protected]/.../logshipper.git".insteadOf "https://github.com/StackStorm/logshipper.git"`

Hi ! Just pitching in to describe my use case since this issue is exactly the one I was looking for :) I have 2 for structured errors: - displaying...

I have the same issue: ``` black.parsing.InvalidInput: Cannot parse: 107:55: title: constr(pattern=r'[\s\w\{\}\$\-\(\)\.\[\]"\\'_/\\,\*\+\#:@!?;=]*') = Field(..., description='Human readable title of the case enquiry') ``` In this case, it is caused by regexes...