Antony Lee
Antony Lee
Currently, using default settings, the page width and font size of code samples are such that lines of code longer than 65 lines require a horizontal scrollbar (when the font...
Py3.8+ provides Node.end_lineno which is exactly what's needed for the feature. Test e.g. with `astsearch -m 'if ??: ??'`. Closes #6. I don't have a strong opinion as to how...
Currently, astsearch only prints the line at which the ast query match starts. It would be nice (and offer a real plus compared to just grepping, which is inaccurate but...
Fixes #38, which is due to nested braces in the output, such as ``` Defining command \SIlist with sig. 'o>{\SplitList {;}}mm' on line 7290. ``` (I just noticed that #21...
MWE: ``` \documentclass{article} \usepackage{siunitx} \begin{document} hello world \end{document} ``` Output: ``` $ latexrun foo.tex /usr/local/texlive/2016/texmf-dist/tex/latex/siunitx/siunitx.sty: warning: extra `}' in log; file names may be wrong /usr/local/texlive/2016/texmf-dist/tex/latex/siunitx/siunitx.sty: warning: extra `}' in...
After some profiling, it appears that when using vim-stay (perhaps loading views, in general -- haven't checked), the folds are recomputed twice -- once when the view script calls `set...
**Is your feature request related to a problem? Please describe.** `coverage annotate` has been deprecated, which a suggestion to get in touch if it is still in use. I don't...
You don't actually need to provide a separate `better_exceptions_hook` module, your `pth` file can just contain ``` import sys; exec('try:\n import better_exceptions\nexcept Exception: pass') ``` (The sys import is just...
Example: ``` $ packer -S python-joblib ``` with python-coverage not installed. ``` ==> Making package: python-joblib 0.9.4-1 (Mon Feb 22 07:58:10 PST 2016) ==> Checking runtime dependencies... ==> Checking buildtime...