-
The changes will initially be moved into CSVlint.rb; we need to move them into the main app.
-
Use a better browser upload solution, perhaps resumable.js or something similar.
-
Return the validation JSON in matter that correlates to the CSVLint translations.yaml file that contains ordered messages to go with errors warnings and info_messages.
Something like this but longer
…
-
UK Data Service have identified two bugs when using CSV Lint:
(1) The descriptive text when adding a file needs updating.
(2) They have encountered an error when downloading the standardised file
A…
-
We can't validate anything over 700k in a file upload without causing an error (see https://github.com/theodi/csvlint/issues/201). It's unclear whether this is because of the nginx file upload size li…
-
I have the following [`.travis.yml`](https://github.com/jeff1evesque/machine-learning/blob/2b2fc88f56800beb8baed0c076e65737544835b9/.travis.yml#L59), which executes the `mdl . style 'test/config/markd…
-
Look at how we could get CSVlint to validate in a streaming fashion rather than a entire-file-at-once way. This would help when dealing with big files off the web, and perhaps also for uploads.
-
-
CSVlint filled its database, and stopped working. I’ve added another shard, but that’s only a temporary solution, and I’m not sure of the cost impact if we leave it too long. We need to spend a little…
-
https://github.com/theodi/csvlint/issues/158