Ian Ward
Ian Ward
@ThrawnCA broken test is unrelated?
@amercader why don't we fork this repo to the ckan github org and give @ThrawnCA and @duttonw maintainer permissions there?
Sounds great, moving the repo is even better than forking it. I don't have permission to move a repo from frictionlessdata but maybe @pdelboca or @amercader do?
I deliberately avoided implementing inheritance in scheming. Instead dcat fields can be defined as presets (including the field ids) and specific schemas then populate fields from the presets like ```...
This looks good. I would be tempted to put more of the logic in the schemas but this extension needs to maintain backwards compatibility and ckanext-scheming-less operation so your approach...
If we add an `ckan.uploads_enabled` configuration option I'd like it to be optional for backwards compatibility. `h.uploads_enabled()` could then: - return value of `ckan.uploads_enabled` if it's set - otherwise return...
Do we have a problem with the JS translations if a storage path isn't configured? The current code will use a temporary directory if there's no storage path but it...
highlight.js for the datastore needs some languages not in the default install (powershell and R) so I had built a custom one with only the languages required. How is that...
my updated opinion on gulp after having used it is definitely "not a fan" but it's better than nothing. @smotornyuk would you resolve the conflicts so we can merge?
This is to prevent repeated parsing for performance reasons but you're right it doesn't get cleared out when the configuration is reloaded. What's the best fix, should the presets be...