ading2210
ading2210
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: Firefox 115 ESR - Local OS: Debian 12...
I've lost my motivation to work on poe-api. I want to move on to other projects, and I don't have much free time in general anymore. Also, a lot of...
``` (.venv) allen@dedipath-instance-1:~/projects/poe-api$ python3 examples/temporary_message.py "xxxxxxxxxxxxxxxxxxxx%3D%3D" INFO:root:Setting up session... INFO:root:Downloading next_data... INFO:httpx:HTTP Request: GET https://poe.com "HTTP/1.1 200 OK" INFO:httpx:HTTP Request: GET https://psc2.cf2.poecdn.net/7f2217bbcdbfed56b253b36c7dba078a36090fad/_next/static/chunks/pages/_app-e27ceba2530b4b53.js "HTTP/1.1 200 OK" INFO:root:Downloading channel data... INFO:httpx:HTTP Request:...
With the current Python-only implementation, it's possible for Poe to slightly alter their website which would completely break the library. Instead, if we switched to a webdriver, minor changes in...
## xonfig ``` $ xonfig +------------------+-----------------+ | xonsh | 0.15.1 | | Python | 3.11.2 | | PLY | 3.11 | | have readline | True | | prompt toolkit...
Script tags such as `` will not work correctly, since when they are inlined they are executed immediately in the document's head. This breaks existing code because deferred scripts assume...
It seems that uvloop fails to build for the nogil version of Python 3.14. It compiles with regular Python 3.14 completely fine though. My system info: ``` $ neofetch --stdout...
As suggested on https://github.com/xonsh/xonsh/discussions/5310#discussioncomment-10806014, I have created a new module (`xonsh.api.jobs`) which implements a utility to get the last job. There are two functions, `get_last_job()` and `get_last_pid()`. `get_last_job` gets the...