Harding-Stardust

Results 6 issues of Harding-Stardust

https://github.com/xonsh/xonsh/blob/38a3f7253a70f5dfb5cd0e1723057ab1a68637cc/xonsh/webconfig/main.py#L2

development
py313

### Describe the Bug https://github.com/Tautulli/Tautulli/blob/d019efcf911b4806618761c2da48bab7d04031ec/lib/future/standard_library/__init__.py#L65 fails since >The imp module has been removed. (Contributed by Barry Warsaw in gh-98040.) Source: https://docs.python.org/3.12/whatsnew/3.12.html Change: https://github.com/Tautulli/Tautulli/blob/d019efcf911b4806618761c2da48bab7d04031ec/lib/future/standard_library/__init__.py#L300C11-L300C11 to ```python module_info = importlib.util.find_spec(name, path) ```...

type:bug
status:awaiting-triage

Right now, it's an int or list[int] or None https://github.com/srounet/Pymem/blob/8cf1323f89ce0e8d963d6ada358c435cf9a3bc3b/pymem/pattern.py#L153 I suggest to always return a list[int], if no hits then it's an empty list otherwise it's filled with the...

pymem 2.0
feature request

## Steps to Reproduce type in xonsh: ```python "less" in ali ``` 2. press tab. Expected behavior: the commandline should read: ```python "less" in aliases ``` What happens: No autocompletion...

good first issue
completion

## Steps to Reproduce 1. Create a directory 2. in that directory create a file named "lest.txt" 3. make that directory the current working dir in xonsh 4. type "copy...

windows
completion

## Steps to Reproduce 1. Create bug_xonsh.py and paste the following code: ```python import datetime import time import sys def now_nice_format(arg_utc: bool = False) -> str: """ Helper function for...

stdout