Matěj Cepl
Matěj Cepl
On Wed Dec 31, 2025 at 6:03 PM CET, Lie Ryan wrote: > @lieryan commented on this pull request. > I don't use emacs, so can't test, … Me neither,...
On Wed Dec 31, 2025 at 5:58 PM CET, Lie Ryan wrote: > @lieryan commented on this pull request. > +For VS Code with the Python LSP plugin, add to...
On Wed Dec 31, 2025 at 5:53 PM CET, Lie Ryan wrote: > + "pylsp.configurationSources": ["pycodestyle"], > > AFAICT, this is python-lsp-server setting which has nothing to do with pylsp-rope,...
On Wed Dec 31, 2025 at 5:49 PM CET, Lie Ryan wrote: > I don't think this directory exists? Removed
1000% agree. Just that keeping it around is a bad idea.
In view of https://gitlab.gnome.org/GNOME/libxml2/-/issues/891 wouldn’t be better to rather port whole python-dmidecode to some other Python XML Library, be it `lxml` or (gasp!) one of XML libraries from the standard...
With `DEBUG=True` I get: ```python Traceback (most recent call last): File "/home/matej/.local/bin/epy", line 8, in sys.exit(main()) ~~~~^^ File "/home/matej/archiv/2024/projekty/epy/src/epy_reader/__main__.py", line 18, in main filepath = curses.wrapper(reader.start_reading, filepath) File "/usr/lib64/python3.13/curses/__init__.py", line...