mcp292

Results 44 issues of mcp292
trafficstars

On the main site you are given the option to download or install, but these options are not documented. I checked the FAQ and found nothing and the quick start...

Forced to re-post this by the unreasonable, unproductive @lebensterben. Originally #15232. > On [the main page](https://www.spacemacs.org/#): ![image](https://user-images.githubusercontent.com/49123398/147860264-90ce312f-1132-47f6-aa3f-793573c9e891.png) Suggestions: 1. Crowd Configured: Community-driven configuration provides curated packages tuned by power users...

**Describe the bug** The `encoding` argument seems to be ignored. **To Reproduce** 1. Save this image as `file.png`: ![file](https://github.com/user-attachments/assets/b4dae43f-3a52-4d70-9ab4-8461e3df2401) 2. Run: ```py import textract print(textract.process("file.png"), "\n") print(textract.process("file.png", encoding="ascii"), "\n") print(textract.process("file.png",...