Ian Ward
Ian Ward
Sounds great. If you prefer ckanapi also supports an "action shortcut" that makes the calls look like methods and auto-detects the type of parameters for file uploads. Your example could...
@Zharktas I've identified and removed the surrounding code that depended on these extra redraw calls, this is ready for another look.
@JVickery-TBS I would also like your opinion on this change. I remember you also mentioned that we shouldn't need to request data from the server when switching between responsive and...
@ThrawnCA Could we host the json file from the our datatables extension code instead of mixing it with the vendor files, and reference it as a plug-in https://datatables.net/plug-ins/i18n/ ?
IIUC solr has a per-field limit of 32KB, so removing one or the other won't resolve the issue, but there is discussion about removing the `data_dict` stored value from solr...
does removing `public.` from these statements not achieve the same goal?
In general datastore_create and datastore_upsert are very slow ways of getting data into the datastore. Consider using a postgres COPY command like xloader and datapusher+ do for efficiently loading large...
yes, https://github.com/dathere/datapusher-plus analyzes all the data before setting types so that there's no errors on import
Hi @lydiascarf I don't know that much about cypress tests but it seems we can generate screenshots and compare them with ones in the repository and fail or pass tests...
Hello @mehne nothing immediately jumps out at me in [`_group_or_org_list`](https://github.com/ckan/ckan/blob/f72089a5759a6b1aa14af3f047b951b4d64fe696/ckan/logic/action/get.py#L325) but if you'd like to work on a fix that's the place to start. The list of organizations in the...