Martin Landa

Results 68 comments of Martin Landa

> @wenzeslaus Which version of mkdocs do you have? Probably you have to install https://github.com/waylan/pyyaml-env-tag

> > @wenzeslaus Which version of mkdocs do you have? > > Probably you have to install https://github.com/waylan/pyyaml-env-tag If so, we have to update requirements file accordingly. Let us now.

> Thanks. Starting from scratch with the pyyaml-env-tag package helped. The result (for core repo) looks great! Ok, requirements file updated in d45c0b68b3

> One thing I don't understand yet: if we keep both HTML and MD in parallel for a short period, how to deal with the comment parts as seen in...

Fixed by https://github.com/landam/wingrass-maintenance-scripts/commit/af891ce041173ba661d78fee251fa7dae59e27a9. Standalone packages + addons are also published for GRASS 8.5: https://wingrass.fsv.cvut.cz/grass85/

> Exactly one month later, here are screenshots showing that tests on windows for extensions still can't be run. It depends on an external server, not managed here by the...

@echoix The r.plus.example is still not built (such addon doesn't seem to exist). What need to fixed in order to close this issue?

It's due `ps->size` which is very large (140720409312672), see https://github.com/OSGeo/grass/blob/main/raster/r.terraflow/fill.cpp#L454

> Martin was creating an installer from this branch to test it out. We weren't sure if a section could exist inside a section, and the g.mkfontcap was used in...

After reintroducing [mingw-w64-x86_64-libpng](https://github.com/OSGeo/grass/pull/4121/commits/daba1e6c55b815d609264af52c9a76905f9eecce) the CI pass successfully. @jef-n Please could you elaborate why you are removing this dependency in the workflow (https://github.com/jef-n/OSGeo4W/blob/master/src/grass/osgeo4w/patch#L9)? On the other side it's installed in `package.sh`...