Ian Ward

Results 430 comments of Ian Ward

Sure, or if they're generally useful and easy enough to customize they can be added to ckanext-scheming itself. That makes it easier to fix them when scheming needs to be...

@hvwaldow if you're willing to maintain it I'm happy to create the repo for you

If `"display_snippet": null` isn't working then that's a bug. `"form_snippet": null` is how we hide form snippets and I'd like display_snippet to behave the same way. If private is one...

@kowh-ai when following the documented install is there a standard place for the error logs? I think this user needs the traceback or maybe this repo might need better installation...

There are a couple problems: the first is that that rendering all the options in the form is slow, the second is that enumerating all the options in a schema...

Specifically, 'name' should always be present or the form just won't work

what is the field computed from? You could add an `output_validator` to do the computation each time the dataset is accessed instead of saving it in the db.

`keep_old_value_if_missing` seems like what you need then. Sounds like a small fix to make it work with initial missing values.

Just not yet implemented. The way I'm using scheming I don't want free-form extras, but many users would like to still offer support and the combining schema extras and free-form...