Ian Ward
Ian Ward
I'm sure we've discussed this issue as it relates to datapusher, but one hard problem is limiting the urls that the service will access so that you don't expose files...
This should be 100% CSS and javascript built on something from https://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors
That's a great idea. No reason to have two rich JS text editors
:+1: For streaming `datastore_export(format, response, fields, options)` would need to be a context manager that returns an object with a writerows() method, right?
Might be a great time to switch this code to writerows() to skip the per-row overhead
@jqnatividad clearly there's lots of room for improvement. For one we should be asking postgres to dump to a csv file stream and feed that data to the writers instead...
Does WT Forms have an approach for handling dynamic nested forms cleanly? I didn't see it and that's the piece I'm trying to fill in here. Maybe there's another form...
My example is really simple, what I'm aiming for is arbitrary nested objects like what we can do with JSON. We can't take every example of a list of objects...
json-editor is very nice. Switching out our existing validation and form templates for json-schema + json-editor would be a much larger undertaking than what I'm suggesting, though. We would also...
Learned about an alternative that has been used in CKAN controller code for about 6 years that we could adopt for the API as well. AFAICT it's limited to only...