Doug Hoskisson
Doug Hoskisson
This crashes the program: ``` options.tessedit_char_whitelist = "("; tesseract.recognize(buffer, options); ``` also `)`
Is there an interface to disconnect the wifi that I've connected with this?
The comprehension readme makes some comparisons to Python, but doesn't state clearly a significant difference from Python. I wonder if there's a mistake or if it needs to be made...
## What is this fixing or adding? adds a map tracker to the Zillion client As part of this, kivy loads an image from `worlds/zillion/`. I don't know if that...
### What happened? In the SpecialRange option, introduced here https://github.com/ArchipelagoMW/Archipelago/pull/630 the template yaml doesn't tell users the maximum value. This is what comes out in the template yaml: ``` continues:...
**Bug Report** An abstract class fits the typing for `Callable`. **To Reproduce** ```python3 import abc from typing import Callable class A(abc.ABC): @abc.abstractmethod def m(self) -> None: ... class C(A): def...
After reading chapter 1, I was wondering what `block_on` was doing under the hood. - What happens if I call `block_on` in 2 different threads? - Do they both go...
I don't know whether this is a bug in Python or a bug in typeshed, but it's a bug in at least one. (And I'm kind of worried that both...
## What is this fixing or adding? an alternative to https://github.com/ArchipelagoMW/Archipelago/pull/3107 pyright generally has fewer bugs than mypy `pyright-config.json` has a list of files that will fail the CI if...
## What is this fixing or adding? mypy_files.txt is a list of files that will fail the CI if mypy finds errors in them The idea is that we gradually...