TheETupper

Results 17 issues of TheETupper

add a PR to add DKAN here: https://github.com/opendatadiscovery/awesome-data-catalogs

Link to https://dkan.readthedocs.io/en/latest/contributing/submission_guidelines.htm These should be linked so that if one is updated both are current.

Refined

There is a bug in Drupal Core that requires a patch: https://www.drupal.org/project/drupal/issues/2893933 Need to improve the way queues work so they make logical sense. AC: Queue jobs report out accurately...

https://www.drupal.org/project/mcp https://drupalmcp.io/en/mcp-server/setup-configure/

Related to #4577 There may be some benefits to having a simpler default CSV importer that is more well-maintained and powerful than [getdkan/csv-parser](https://github.com/GetDKAN/csv-parser). Maintaining that library is a burden and...

The [way we currently create](https://github.com/GetDKAN/dkan/blob/2.21.2/modules/datastore/modules/datastore_mysql_import/src/Service/MysqlImport.php#L135) a table schema from the first line a CSV has proven to be buggy. Among other things, it doesn't deal well with BOMs and encoding...

On our large datasets, we start to get unreasonable response times when we allow very large offset values. When a bot is paging through our entire dataset 500 records at...