George King
George King
I'm working on a project where the generated file is 36k+ lines long. It is creating rather serious usability problems. On an M1 Max it takes 45 seconds for quick...
Thank you for your interest! I'll try to add some more documentation soon.
I encourage the developers to try to make this glyph look legible at low dpi 12px as well (and less if possible). This is the only issue I have seen...
@oconnor663 this is great to hear. I just looked through the changes but have not tested yet. You might consider using `typing_extensions.Buffer` to annotate `data`, which should fix all of...
I was about to report the same problem for the `@cache` decorator case, and just want to chime in that `Type[_T]` for TypeVar _T is also a problem. I see...
I do not see how this would be possible. Please let me know if you find evidence to the contrary!
this looks fine to me. style points: - method braces are inconsistent with the rest of the project. - i would not use double-underscore prefix for a static variable, because...
first of all, thanks for pursuing the issue. i think your reasoning about the problem is sound, but simply disabling the assertion hides the deeper problem. i have pushed a...
Jed, thank you very much. Since posting this I realized that the community forum is a better place to continue this conversation.
Thank you for the report. I will attempt to address this (and any other outstanding community issues) after 9/22. Anyone else is welcome to create a pull request before then;...