Julian Gilbey
Julian Gilbey
Looking at the source code generated by the doc build, and this is also the case on readthedocs.io, jquery.js is loaded twice - and two different versions at that! ```html...
Hi! I'm very excited to try out your excellent looking package! I notice that `setup.py` does not have a list of all of the packages required for tests and docs;...
The last of my reports about failed tests. There are two tests that failed in `test_symbols.py`: `test_symbols` itself and `test_symbols_all_scopes`, both of which fail by returning an object with length...
The `test_folding` test fails when using Python 3.9 and parso 0.8.1 (though I don't know whether that is the source of the change); inserting a new line: ```python {'startLine': 9,...
Hi Christian, What an amazing package this is - thank you! I've been trying to develop a style for school textbook-like graphs, and I've mostly got there. What I would...
Thanks for writing this driver! Since Debian and derivatives don't have a System.map file, the install step fails. As has been pointed out in other bug reports, running depmod manually...
I'm getting several DeprecationWarnings with the test suite: ```python =============================== warnings summary =============================== qtconsole/ansi_code_processor.py:46 /home/jdg/debian/spyder-packages/qtconsole/build-area/python-qtconsole-5.0.1/.pybuild/cpython3_3.9_qtconsole/build/qtconsole/ansi_code_processor.py:46: DeprecationWarning: invalid escape sequence \[ CSI_SUBPATTERN = '\[(.*?)([%s])' % CSI_COMMANDS qtconsole/ansi_code_processor.py:47 /home/jdg/debian/spyder-packages/qtconsole/build-area/python-qtconsole-5.0.1/.pybuild/cpython3_3.9_qtconsole/build/qtconsole/ansi_code_processor.py:47: DeprecationWarning: invalid escape...
I see that this package depends on sass (which has not been updated since 2014), which in turn depends on libsass. But https://sass-lang.com/libsass says that libsass is deprecated in favour...
The `test_writer_bad_message` fails when running in a timezone other than UTC, as the `timestamp()` method presumes that it is local time unless a timezone is specified, and so the assert...
The benchmark script uses bashisms such as `>&`, so the shebang line should be changed to `#!/bin/bash`