doeblerh
doeblerh
Currently `util.replace_phrases` accepts only `' '` (normal space) and `'\t'` as whitespace characters. When LaTeX input, however, contains space of different width, e.g., `\,`, which represents a narrow no-breaking space,...
Thanks for this well-designed scenario. from what I can tell, commit c4bd5bd3751d426d42a9a1749c815e47ea188549 contains a bug in junction -13968, as two links of this junction are not controlled by the junction's...
When using `dap-ui-repl-mode` for python debugging with `debugpy`, the last character entered is ignored in filtering the completion candidates. For example, when debugging ```python class C: def __init__(self): self.abcdx =...