Adrià Mercader

Results 277 comments of Adrià Mercader

@torfsen @mattfullerton you should have access to the repo. Please feel free to merge any PRs needed as you are much more up to date with this extension than me...

I haven't used this tool myself but if a search term contains spaces it should be wrapped in quotes: ``` ckanapi-exporter --url 'http://localhost/' --params "{'fq':'tags:\"Sea+regions\" AND organization:geo-department'}" --column 'Title' --pattern...

The `IndexError: list index out of range` seems to be a badly handled "No datasets found" error

Apologies,I'll push 0.0.17 to pypi later

This could put a big burden on ckan and the web server (specially combined with #16). I think that it could make sense as an optional configuration. Check the note...

Sounds good @jqnatividad , if you want to send a PR here's where the engine is created: https://github.com/ckan/ckan-service-provider/blob/673a738fe2defc2f1246d22af7336d0f3150873b/ckanserviceprovider/db.py#L78

We can create a `requirements-py2.txt` file as we have for the dev ones and pin flask-login to 0.5.0 there, while upgrading to 0.6.1 on the main `requirements.txt` @markstuart do you...

Sounds good, you can follow the same approach as the existing map options adding a separate [`data-module-leaflet-options` ](https://github.com/ckan/ckanext-geoview/blob/master/ckanext/geoview/templates/dataviewer/geojson.html#L9) tag. The `commonLeafletMap` function already [supports](https://github.com/ckan/ckanext-geoview/blob/master/ckanext/geoview/public/js/common_map.js#L28) being passed custom Leaflet options, so...

cc @brew in case you ever bump into this

@kowh-ai I had a go at point 1 in these two PRs, let me know what you think: https://github.com/ckan/ckan-docker-base/pull/32 https://github.com/ckan/ckan-docker/pull/97