Jason R. Coombs
Jason R. Coombs
Thanks for the report. I welcome investigation or a patch.
> This can be fixed by rewriting the string productions (`r"'(\\.|[^'])*'"`) or using an alternative regular expression library that does not rely on backtracking, such as [re2](https://pypi.org/project/re2/), which may be...
After some consideration, I discovered that firebug has a built-in profiler. I'm guessing that fireunit is deprecated; it just hasn't been advertized as such.
That seems reasonable. Would you be interested in drafting the change?
Thanks for the report. Would you be willing to devise a solution and send a PR?
I too am not particularly familiar with the implementation. I'd be fine to see support added for it. You may be right - it may be as simple as adding...
This issue no longer seems to be a problem. The repro no longer reproduces the issue, either because the pytest-checkdocs has evolved further or something has been fixed. Regardless, I'm...
Also, the failure doesn't occur if the tests are invoked with `.tox/py/bin/python -m pytest`, presumably because that mode adds `.` to `sys.path`.
I've observed that it's not just the period, but any punctuation, including `>`, `)`, and probably others. 
The upstream bug has been fixed ([ref](https://github.com/xtermjs/xterm.js/issues/583#issuecomment-622038690)). What will it take to get this fix integrated into Hyper?