Álvaro Kothe

Results 5 issues of Álvaro Kothe

This PR introduces the ability to wrap long texts in the status buffer. The default behaviour remains `nowrap`. With wrap off: ![wrap_false](https://github.com/user-attachments/assets/46ad78ee-0ab0-4ace-9a68-9c0c4d661379) With wrap on: ![wrap_true](https://github.com/user-attachments/assets/5018d668-913a-433d-af35-51827b35f5f8)

When parsing an RSS feed string that starts with a newline before the XML declaration inside a `ProcessPoolExecutor`, `feedparser.parse` returns a `FeedParserDict` object that cannot be pickled without raising: ```...

Passing raw Python exceptions in `bozo_exception` can cause issues when using multiprocessing. This change converts the exception to a string when running in a multiprocessing context. Closes #511

- [x] xref #62515 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ]...

Build
Stale

The Vim script language is listed twice in the "Select your favorite languages" section on the `/users/id` page. One `input` has the value `Vim script`, while the other has `Vim...