Nicklas Larsson

Results 286 comments of Nicklas Larsson

Probably related thread in ML archives: https://lists.osgeo.org/pipermail/grass-dev/2012-November/060912.html .

You’d be helped by checking the Python with Flake8, there are a few not insignificant warnings. For one, you should consider using [raw strings](https://docs.python.org/3/library/re.html) (`r”…”`) for regex patterns.

I've been experimenting with starting without terminal using [grass-conda package repo](https://github.com/nilason/grass-conda) with success (I have not yet pushed any changes there, but the concept is feasible). > How should a...

> > A possible and workable solution would be adding a setting to `~/.grass7/wx.json`: something like `general:init:startWithoutShellIfPossible:enabled`, which is then read at startup. > > I don't know what in...

`Randoms` gets free’d but not the `Randoms[Row]`s: https://github.com/OSGeo/grass/blob/802b3c84beaad21ad15056257e50f19ff6cb951c/raster/r.random.surface/calcsurf.c#L39 Perhaps that’s the culprit?

Great initiative @tmszi ! At the moment I have limited time to test this. I was initially thinking of a solution for a default of something like: 1. Set window...

Seems a similar issue to https://trac.osgeo.org/grass/ticket/1233 has been reintroduced.

> The font issue in the cairo driver for example breaks the workflow-build also here... @nilason, would you mind having a look at lib/cairodriver/text.c? > Attempt to address this at...

> Other changes are in: > > * lib/gis/gisinit.c > * mswindows/env.bat > * mswindows/osgeo4w/env.bat.tmpl > * mswindows/osgeo4w/package.sh > * mswindows/osgeo4w/postinstall.bat > * gui/wxpython/wxgui.py > Re: `wxpython/wxgui.py` fix, this is...

The Cairo fix #1697 is now merged. Please try rebase.