Maik Riechert
Maik Riechert
(Originally reported at https://github.com/WRF-CMake/WRF/issues/4) When compiling WRF with `-fcheck=bounds` then running `ideal.exe` fails with: ``` At line 19288 of file .../inc/nl_config.inc Fortran runtime error: Actual string length is shorter than...
Last year we released [WRF-CMake on GitHub](https://github.com/WRF-CMake/WRF) and [published a short summary paper this year](https://doi.org/10.21105/joss.01468) that describes its main features and testing methodology with comparison against existing WRF. This thread...
When using `--build-type=Debug` on Windows with MSVC then during link-time the following error is raised: > LINK : fatal error LNK1104: cannot open file 'python39_d.lib' This is because the Python...
I found the option "dereferencePointers" but it didn't have any effect for C++ where a `char*` was still just displayed as the actual string. It would be great if optionally...
Currently, `adapterEnv` can only be set in the VS Code settings. In my case, I need to set such an environment variable that is quite project specific and I'd like...
This is how Microsoft's C++ extension shows segfaults:  This is how CodeLLDB shows it:  You can hover over "Paused on signal" and then see that it was a...
It would be good if syntax highlighting was supported. My current go-to notepad replacement is http://www.flos-freeware.ch/notepad2.html which is blazingly fast, has syntax highlighting, but is not maintained anymore.
Example: CMake 3.18 added the REQUIRED flag to find_program. The CMakeLists.txt has `cmake_minimum_required(VERSION 3.13.1)`. The linter should show a warning.
(from https://github.com/json-ld/json-ld.org/issues/420) ``` js { "@context": { "id": "@id", "type": "@type", "value": "@value", "skos": "http://www.w3.org/2004/02/skos/core#", "label": { "@id": "skos:prefLabel", "@container": "@language" }, "qudt": "http://qudt.org/schema/qudt#", "symbol": "qudt:symbol", "UCUM": "http://www.opengis.net/def/uom/UCUM/" }, "id":...
It seems the only main thing missing with CKAN and DCAT is to have a query API that actually returns a DCAT catalogue in some RDF format, JSON-LD preferably. Does...