João Seckler

Results 5 comments of João Seckler

Nice patch. This should really include `\(` and `\[`, though: ```diff let b:pear_tree_pairs = extend(deepcopy(g:pear_tree_pairs), { - \ '\\begin{*}': {'closer': '\\end{*}', 'until': '[{}[:space:]]'}, - \ '$$': {'closer': '$$'}, + \...

@sobolevn, thanks for the obvious feedback. I've reduced the scope of the PR to change only the `_Choices` type for model fields. I've added `typecheck` tests and `assert_type` tests. Any...

Hey, sorry for the amount of force-pushes and failed tests. I must have gotten something wrong with my environment, because the test suite was passing locally since the beginning, even...

Closing due to bda1956

If #293 were to be merged, this commit would need changes (i.e. replacing `six.b("...")` with `b"..."`