James Smith
James Smith
Pasted from alert email from MongoDB Atlas: > Query Targeting: Scanned Objects / Returned has gone above 1000 > The ratio of documents scanned to returned exceeded 1000.0 on ,...
URLs entered in the dialog that contain spaces throw a silent error when validate is clicked. This is similar to theodi/csvlint.rb#182, but at a different point in the process. Basically...
See http://setosa.io/blog/2014/08/03/csv-fingerprints/ for the shiny
The 'enter delimiter' field is a single character text field, which makes it impossible to enter a tab character. We should perhaps use a dropdown or something, for common values...
Updating Datakitten brought in the DataKitten::Fetcher class, which doesn't serialise correctly when used with Marshal in https://github.com/theodi/csvlint/blob/master/app/models/package.rb#L26. Using Marshal there is a bad idea anyway, and should be nuked from...
In many places we have `io` as a var, which could be used as a String or a File. It becomes very unclear what the meaning is. In Ruby 2,...
Perhaps a 'request removal' button and a delete link for admins?
Suggested by @stelt on the OKF hangout, if the CSV is valid then could we show a preview of the data in the file?
CSVlint might be a sensible place to allow people to create schemas. Once someone's uploaded a valid CSV, they could then get an interface to make a schema from it....
If a user has already been deleted, we need to specify just the user ID when assigning coauthors, instead of the login. This PR adds a second command-line option. One...