Edouard Choinière

Results 96 issues of Edouard Choinière

The .gitignore has not been updated since the code layout has been changed a couple of years ago. For example, the pattern for .egg-info assumed the code was in `ply/`,...

This PR simply adds a `if __name__ == "__main__":` guard to the `unittest.main()` call at the end of the two test files, `tests/testlex.py` and `tests/testyacc.py`. This change happens to follow...

In the test file `testlex.py`, at line 193, on newer Python versions (3.12+), a SyntaxWarning is emitted when an invalid escape sequence is encountered, just like this: ```shell ply/tests/testlex.py:193: SyntaxWarning:...

### setuptools version 75.8.0 (main branch at fb7f3d3cab98f2c00cbf18fe887ce73007f49e18) ### Python version 3.12.7 and 3.13 ### OS Ubuntu 22.04 and Ubuntu 24.04, in containers ### Additional environment information _No response_ ###...

bug
help wanted
good first issue
Needs Triage

We use the pinned v2.0.4 version of this action. I only recently observed that the cache key contains a literal `[object Promise]`. I don't think it is intended, and I...

A tag exists for v2024.12, I got a renovate PR to update our pin, but I realized that there wasn't a release for it. This means that it fails to...

I’m not actually requesting it, nor need it, but since I’m reading some nice activity here about improvements in the CI process here, including testing and adding macOS with arm...

Backport of #5562 The windows-2019 image is being removed in less than a month. We need to use windows-2022. The changes needed in our build_osgeo4w.sh script relate to the msys2...

windows
CI

When building the python library docs locally with `make sphinxdoclib`, some .rst files are generated and not ignored. Ending up with files to commit like this: ![image](https://github.com/user-attachments/assets/3e00cedf-012f-4f6a-b205-b4c8c16704a9) For the last...

HTML
libraries
docs

## Describe the bug I'm filing the problem here, even if the page in question is from addons. The page v.stream.network docs page has some text that should probably be...

bug
docs