Maik Riechert
Maik Riechert
"Every 2 weeks", way easier to understand for non-native speakers :)
The initial crash was caused by the geoview plugin which threw an exception: https://github.com/ckan/ckanext-geoview/issues/26 However, why can exceptions of random plugins lead to such havoc? Isn't it quite simple to...
Well, I certainly can try to debug it, but my first results worry me a bit: ``` select harvest_source_id, package_id from harvest_object; harvest_source_id | package_id --------------------------------------+-------------------------------------- fd15d7cd-b576-4577-acbb-7246eee9b41e | b37d3c77-354a-40ab-aae4-1b43e20b12de 041fbcb6-fb0d-4488-bbaa-b5baa674fe8e...
Ok I think I know why it got in this mess. The two harvest sources delivered datasets with partially identical IDs (I use the RDF harvester, which means the URLs...
@davidread I won't have time until after new year. I had a look at _find_existing_package but I don't really understand what it's doing. Is that basically an internal API request?...
`nocolons` works in WRF but not WPS. In our fork for CMake we had to make changes to the following files: metgrid/src/{read,write}_met_module.F, ungrib/src/{datint,output,rrpr,ungrib}.F. In those files we simply replaced the...
@andreas-h I seriously doubt that WPS in your case did not include colons in filenames. See some of the places below which unconditionally use colons. Can you name some example...
Sorry no, in the end I switched to JOGL.
Some thoughts: - I think setting this per-texture makes way more sense than per-entity, I didn't think that through. So the WebGL way seems right. This means it would apply...