Matěj Cepl
Matěj Cepl
E.g., epy -r|head threw ugly traceback completely unnecessarily.
``` src/epy_reader/ebooks/fictionbook.py:51: error: "object" has no attribute "find" [attr-defined] src/epy_reader/reader.py:790: error: Incompatible return value type (got "tuple[TextStructure, tuple[TocEntry, ...], tuple[str | Element]]", expected "tuple[TextStructure, tuple[TocEntry, ...], tuple[str, ...] | tuple[Element,...
My problem is with this text (in the “TODO tests” part of the current specification): > Should a todo test point begin succeeding, the harness may report it in some...
``` /usr/lib/python3.13/site-packages/metaextract/utils.py:48: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. ``` We should...
https://github.com/shlomif/fc-solve/blob/86df5e93b423d6ae93c6f354f7c6f4bc105e4133/fc-solve/source/CMakeLists.txt#L1025 I don’t think it should remain there.
When looking at https://github.com/twaugh/patchutils/issues/22 I see that for “the proper functionality” of `filterdiff -i PATTERN` I need to use `-p1` every time. Would it be possible to make this option...
Refactor the CMake build system to leverage PkgConfig for locating Lua libraries and headers, improving compatibility and simplifying the build process. - Removed the custom cmake/Modules/FindLua5X.cmake module. - Updated CMakeLists.txt...
The XML parser now enforces stricter rules and provides more informative error messages for common mistakes. Changes include: - Disallow unquoted attribute values. - Detect and report mismatched closing tags....
- Add detailed JSON configuration example for enabling pylsp-rope rename - Clarify differences between rename plugins (pylsp_rope vs rope_rename vs jedi_rename) - Include verification steps and current limitations - Add...
Implement guard clauses to handle virtual documents (notebook cells) safely: - Add is_virtual_document() helper to detect non-file URIs - Update get_resource() to return None for virtual documents - Add early...