Andrew Sansom

Results 19 issues of Andrew Sansom

I am unable to compile the tutorial hello world program on my M1 Mac. I am able to install nuitka with no problems, but I get a linking error (`symbol(s)...

enhancement
help wanted
delayed
funding_wanted

#### References to other Issues or PRs Fixes #312. Before, a Relational operator would always evaluate to True when cast as a bool, regardless of whether or not its left...

I think that supporting `MediaWiki` sites (including Wikipedia and Fandom) as connectors would be helpful. I include a background investigation that I did into what would be needed to support...

I have an odd false-positive surviving mutant (when using the standard pytest runner) involving positional-only and keyword-only arguments. Consider this function, with two positional-only arguments: ```python def foo(a, b, /,...

Resolves #1141. I am happy to iterate on this with inputs from the devs. ## Summary This PR adds a general MediaWiki Connector which will connect to _most_ MediaWiki sites,...

- [X] a detailed description of the bug or problem you are having - [X] output of `pip list` from the virtual environment you are using - [X] pytest and...

plugin: doctests

Thank you for hypothesis! It's a wonderful library that I use frequently. While investigating a bug report from one of the users of my extension library: https://github.com/qthequartermasterman/hypothesis-torch/issues/20, I realized that...

enhancement

Fixes #300. This PR changes how `.pth` files are handled. Instead of raising an error for non UTF-8 encoded `.pth` files, they should just be skipped. This is a convenient...

### Description of the bug According to the [official PyTorch saving and loading guide](https://pytorch.org/tutorials/beginner/saving_loading_models.html#saving-loading-model-for-inference), it is a "common PyTorch convention is to save models using either a .pt or .pth...

unconfirmed

### Description There are incorrect Source urls on several functions defined in `utils`. They are linking to a `utils.py` file, which was turned into a subpackage, so now they are...