Eryk Rakowski
Eryk Rakowski
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...
### Feature Request Is there a way to define a custom unary operator `getXAt` that takes an integer `i` as a parameter and returns `X_i`? This could possibly allow creating...
### Bug Description Providing an `--interpreter` option causes recompilation of pyo3 on every build on Linux (Windows works fine). ### Your maturin version (`maturin --version`) 1.7.4 ### Your Python version...
`xwin download` throws `Error: response body closed before all bytes were read` on Linux/macOS making cross-compilation effectively not working. On Windows it's working.