[Pywikipedia-bugs] [Maniphest] [Commented On] T340804: `allrevisions=False` in XmlDump returns earliest revision, not latest

2023-12-20 Thread ElSeiver
ElSeiver added a comment. Merged as https://gerrit.wikimedia.org/r/934432, it must have unlinked the issue here at some point TASK DETAIL https://phabricator.wikimedia.org/T340804 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ElSeiver Cc: Xqt

[Pywikipedia-bugs] [Maniphest] [Created] T340804: `allrevisions=False` in XmlDump returns earliest revision, not latest

2023-06-30 Thread ElSeiver
ElSeiver created this task. ElSeiver added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION `xmlreader.XmlDump` has a boolean parameter `allrevisions` that states "If True, parse all revisions instead of only the lates

[Pywikipedia-bugs] [Maniphest] [Updated] T323078: editor.py can't read "export EDITOR='code -w'" from bash config

2023-06-01 Thread ElSeiver
ElSeiver added a comment. Addressed in Gerrit by using shlex <https://docs.python.org/3/library/shlex.html> to handle spaces in environment variables. Looks like this issue dates back to T102465 <https://phabricator.wikimedia.org/T102465> TASK DETAIL https://phabricator.w

[Pywikipedia-bugs] [Maniphest] [Retitled] T323078: editor.py can't read "export EDITOR='code -w'" from bash config

2023-06-01 Thread ElSeiver
ElSeiver renamed this task from "FileNotFoundError because no default text editor fallback in editor.py" to "editor.py can't read "export EDITOR='code -w'" from bash config". ElSeiver reopened this task as "Open". TASK DETAIL https://phabricator.

[Pywikipedia-bugs] [Maniphest] [Commented On] T323078: FileNotFoundError because no default text editor fallback in editor.py

2023-06-01 Thread ElSeiver
ElSeiver added a comment. So I'm still having a problem with `export EDITOR="code -w"`, though it's no longer returning `FileNotFoundError`. Rather, it says `ERROR: [Errno 2] No such file or directory: 'code -w'`. When I remove the `-w` flag, it opens a blank tab in VSCode with a

[Pywikipedia-bugs] [Maniphest] [Created] T323078: FileNotFoundError because no default text editor fallback in editor.py

2022-11-14 Thread ElSeiver
ElSeiver created this task. ElSeiver added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Pywikibot is unable to read my environmental variable 'EDITOR' which is set to 'code -w' for VSCode. I see on editor.py that only