Nicklas Larsson

Results 286 comments of Nicklas Larsson

For better overview, this is the error message in text: ``` C: \Users\Newton>Traceback (most recent call last): File "C: \Program Files\GRASS GIS 8.0\gui\wxpython\wxgui.py", line 72, in OnInit introImage = wx.Image...

https://github.com/wxWidgets/wxWidgets/blob/9c0a8be1dc32063d91ed1901fd5fcd54f4f955a1/src/common/intl.cpp#L1699

Triggering code in wxWidgets has changed in master: https://github.com/wxWidgets/wxWidgets/commit/c9e2143a7a97ef82bcc20e8c6956663523a62adf commit message may give some clue.

According to the log the build first fails at: ``` Traceback (most recent call last): File "/github/home/anaconda3/lib/python3.7/ctypes/__init__.py", line 97, in CFUNCTYPE return _c_functype_cache[(restype, argtypes, flags)] KeyError: (, (,), 1) During...

> Current stable releases of e.g. Debian and Fedora come with autoconf 2.69. I suggest to wait with this PR until these two important Linux distros provide autoconf 2.71 in...

I have been experimenting with this, but I reached the conclusion that it is very difficult to find colour combination(s) that would work for every terminal setup. See for example...

It is also possible to set this on individual level. This is what I was experimenting with for zsh, before recent changes to prompt were made (so won't work with...

Regarding colourising the prompt, I don't have a very strong opinion, as long as there is a way to opt out. I don't have the possibility at the moment to...

Just updated the `.clang-format` file. The closest ClangFormat style to ours is the one of LLVM, the file now reflects that and only the deviating settings are not commented out....

For reference, https://lists.osgeo.org/pipermail/grass-dev/2022-March/095621.html.