Edouard Choinière

Results 51 issues of Edouard Choinière

I'd like to request adding more binary releases to the tools published here, especially static binaries (ie: with `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl`), in order to be able to quickly use the...

I saw some failures that happened when deleting files in the pycache directories. It shouldn’t be happening, and what I suspect is the fact that both individual files (pyc and...

I just wanted to try it out with an upcoming PR, and it’s quite impressive. With cached dependencies, the old way method took 25-40s to install the deps. (https://github.com/echoix/megalinter/actions/runs/9121261204/job/25080127542#step:8:1 and...

## Describe the bug Grass 8.4.0dev nightly from OSGeo4w doesn't launch GUI. I tried it yesterday night. What is weird it that it first oppened, and the history panel had...

bug
Windows
GUI
blocker

Only applies fixes to non-empty collections by `ruff check --select "C408" --unsafe-fixes --output-format=concise --fix` in order to limit the review scope. Continuation of https://github.com/OSGeo/grass/pull/3947, but for the remaining code (for...

GUI
vector
raster
Python
libraries
module
general

Only applies fixes to non-empty collections by `ruff check --select "C408" --unsafe-fixes --output-format=concise --fix --config 'include = ["*/testsuite/**.py"]'` in order to limit the review scope. Continuation of #3945, but for...

vector
raster
Python
libraries
module
tests
raster3d

## Describe the bug PDAL released 2.7.2 today. Contrary to the other releases, that new release doesn't include the same assets that are used in build scripts. Thus, downloading with...

bug

When building the image, only PROJ 8.2.1 is available, and PDAL 2.7.2 checks for PROJ 9.0+ This is a temporary fix to continue having working Docker builds. Renovate will open...

docker

Only applies fixes to empty collections by `ruff check --select "C408" --unsafe-fixes --fix --config "lint.flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true"` in order to limit the review scope. Part of preparing the repo for...

GUI
raster
Python
libraries
module
general
tests

**Is your feature request related to a problem? Please describe.** Pylint configuration options changed so much since the last time the pylint version changed that upgrading to a new version...

enhancement
good first issue