Bent Müller

Results 3 comments of Bent Müller

I have found a temporary workaround for this issue, if you set `foldcolumn='5'` (or some other higher number than 1), it will not show the digits for lower level folds....

I am having the same problem with: ```python @enforce_types @dataclass class Bar: task: Literal["regression", "classification"] ``` So I saw the decorator at this point checks the following statement which is...