Ian Ward

Results 431 comments of Ian Ward

The last place I saw a message_set (in the delete view) I just removed. Maybe you're running an old version? Try the version in git, or wait for the version...

I'd love to see this. So do we copy-paste JSON-SEQ https://datatracker.ietf.org/doc/html/rfc7464 without the "ASCII Record Separator (0x1E)"? JSON-SEQ discusses detecting truncated records and continuing a fair bit, all of that...

You would have to set up the variables you want to change like the ones in https://github.com/wardi/django-dynamicsites-lite/blob/master/dynamicsiteslite/middleware.py#L13 and add code to that middleware (or some following middleware) to update the...

I forgot to mention: The thing I do is add a model that has a FK to Site with all my site-specific settings. Maybe that should be documented somewhere?

@pdelboca we use it daily to create a history of our metadata for ~30k datasets. It's possible you're being throttled on the server side. `dump datasets` makes a separate `package_show`...

failure is unrelated to this change. The problem is our tests are creating a resource with ckan's factory, which creates a dataset, then passes the resource to a new dataset...

test resources should be created like this https://github.com/frictionlessdata/ckanext-validation/blob/1073c80dace453a404df3d5f1ac1ae86a88b5029/ckanext/validation/tests/test_logic.py#L235-L237 instead of like https://github.com/frictionlessdata/ckanext-validation/blob/1073c80dace453a404df3d5f1ac1ae86a88b5029/ckanext/validation/tests/test_logic.py#L349-L351

thank you for the bug report! Yes, those are moving average and average readings, and you're right, they're not documented and that should be fixed.

@mjchi7 yes the source for that page is at https://github.com/wardi/wardi.github.io/blob/master/_pages/speedometer.md feel free to submit a PR

there's a "help_inline" option that tries to display the help text beside the input. If that doesn't work we could consider adding a "help_position" option that covers the inline case...