Nikos Alexandris
Nikos Alexandris
- Graphics card: **Quadro K2000D** (see https://www.nvidia.com/en-us/design-visualization/previous-quadro-desktop-gpus/) - gcc ``` (Funtoo 8.3.1-r8) 8.3.1 20190503 ``` - nvcc ``` nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built...
> Sounds interesting, Nikos :) > > AFAIU, this "non-PR" PR adds r.univar's zones functionality to t.rast.univar. Does it use only one raster map as zones or a time series...
With ``` repository: url: https://gitlab.com/username/project ``` and ``` html: use_edit_page_button : true use_repository_button : true use_issues_button : true ``` The `use_edit_page_button` and `use_repository_button` work. The `use_issues_button` goes to git**hub** instead...
> * `use_issues_button` partially works. It opens an issue at the gitlab repo but fails to automatically populate the issue subject field with the page name as discussed in Indeed,...
Also http://www.nongnu.org/pktools/html/md_doc_pkinfo.html (?)
> Hello Nicos, > > Im trying to run your grass add-on and I get an error dealing with MTL file informations. I get a message: > AttributeError: 'metadata' object...
Micha, this was on the MTL file only, right?
Also (suggestion by Panos) support to install an add-on from a specific commit.
Please see/consider also #376.
> @maximlt This is because you are using `date` rather than `datetime`. The `DateFormatter` for table cells can currently only operate on actual datetime timestamps. Plain date values are serialized...