Elliott Sales de Andrade
Elliott Sales de Andrade
Building with 1.21 passes: ``` $ podman run --rm -v "$PWD":/usr/src/gotenv:z -w /usr/src/gotenv golang:1.21 go test ./... go: downloading golang.org/x/text v0.12.0 go: downloading github.com/stretchr/testify v1.7.5 go: downloading github.com/pmezard/go-difflib v1.0.0 go:...
**Describe the issue**: I'm trying to update from 2024.8.0 to 2024.8.2, but since 2024.8.1, I'm seeing several `test_tokenize` failures. These all seem to be some kind of differing hash. I'm...
## PR summary Upstream has updated their links, and the latest should have a fix for the error we were seeing. ## PR checklist - [n/a] "closes #0000" is in...
## PR summary This does two things: 1. Add more documentation to all of `ft2font`, and follow numpydoc style. 2. Convert FreeType enums/flags from "just a bunch of constants" to...
## PR summary This needs to wait for NumPy to be useful https://github.com/numpy/numpy/issues/22530 ## PR checklist - [x] "closes #0000" is in the body of the PR description to [link...
## PR summary Working on #28765, I realized that we don't need an external font to test font fallback, as `cmr10`, and related, fonts have fairly low coverage compared to...
## PR summary MSVC on the Azure/AppVeyor builds currently produce a few warnings. These are due to some lax input types, or otherwise because of differing type sizes on Windows....
## PR summary This is mainly testing of mesonbuild/meson-python#681 right now. ## PR checklist - [ ] "closes #0000" is in the body of the PR description to [link the...
## PR summary Taking cues from the math symbol table, this adds a directive to generate a listing from the `RcParams` dictionary, with types taken from the validators (partially complete),...
As noted in the original issue, PR#372 changed `GtkPrint` to try to parent its window via `self.uistate`, set in its constructor. In `DocReportDialog.make_document`, the `uistate` argument is passed to the...