Aimal Khan

Results 6 comments of Aimal Khan

seeing the exact same issue on `q = adquery.ADQuery()` This code snippet is from the project Readme. May be something broke due to a recent change?

there is a PR https://github.com/frictionlessdata/ckanext-validation/pull/88/files to update the version to 5.13.1

@wardi > It's being used because these are used as postgres column names in the datastore database, which can be difficult to access for users not used to entering non-ascii...

We can make a PR to make the `unidecode()` use here `headers = [unidecode(header) for header in headers]` controllable from the `.ini` file, which is turned on by default. Will...

Yes, and adjusting db settings do work. The issue is that the processing time of files is not fixed, say, for when there are multiple files being processed. I was...

@snowman562 were you able to resolve the issue?