Alex Willmer

Results 127 issues of Alex Willmer

- [ ] Review issue templates - [ ] Review Pull Request template(s) - [ ] Consider tooling for information gathering (e.g. command to record/populate versions, capture logs, ...) There...

workflow

`mitogen.master.ModuleFinder` locates Python modules on the controller tthat can be sent to children in response to a GET_MODULE request. It also scans the found module M to identify "related modules"...

DesignRequired

In the first stage there is a workaround for certain MacOS versions. However it uses `platform.release()`, without any corresponding import in the output of`get_boot_command()`. I believe this would cause an...

XZ single-file archive format compressed using LZMA. XZ files typically have a .xz file extension. They're often produced or consumed with xz-utils suite of software. LZMA (and hence XZ) usually...

The function is declared as accepting a single Python `int` https://github.com/bytecodealliance/wasmtime-py/blob/170aca9e40a76fbf5e1ee77ab5ba33c46f093318/wasmtime/_value.py#L28-L29 However in both call sites `ctypes._Pointer[Any]` is supplied https://github.com/bytecodealliance/wasmtime-py/blob/170aca9e40a76fbf5e1ee77ab5ba33c46f093318/wasmtime/_store.py#L43-L45 https://github.com/bytecodealliance/wasmtime-py/blob/170aca9e40a76fbf5e1ee77ab5ba33c46f093318/wasmtime/_value.py#L181-L182 this was uncovered during investigation of #302 on a...