Aimal Khan

Results 4 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...