James Smith

Results 448 issues of 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 ,...

i:optimisation

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

f:enhancement-suggestion

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

problem:bug
fn:Styling

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

problem:bug
i:optimisation
fn:Performance

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,...

i:optimisation

Perhaps a 'request removal' button and a delete link for admins?

i:enhancement
fn:Notification
fn:Usability

Suggested by @stelt on the OKF hangout, if the CSV is valid then could we show a preview of the data in the file?

i:enhancement
fn:Styling
fn:Usability

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

f:enhancement-suggestion
i:enhancement
fn:Interface
fn:Usability

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

Status: awaiting reporter feedback