Results 78 comments of Kasey

Hi! can you walk through exactly what steps you took? I'm having trouble reproducing the error :) Can I have the file name, can you also slack me the file...

super helpful! Is this happening locally or when you use on `app.qri.io`? Edit: assuming this is from `app.qri.io` this should be fixed when we update to v0.7.1, stay tuned :)

Okay, so working on this now. First, wanted to confirm that this eating row issue wasn't happening on the cmd line as well: using a body.csv: ``` String, Int one,...

The first is a frontend issue that will end the major bug! The table view (handsontable editor) does not display the header row if the schema is not detailed (aka,...

Trying to force the frontend to respect leaving space if there is a header row is causing problems. Brain is fried going to pick this back up tomorrow.

> Correct me if I'm wrong, but couldn't we use this to generate the header row, prepend it to the body, and then pass that whole amalgam down to /save?...

>What is the specific backend fix? Right now, if you have any piece of the structure, so like `FormatConfig.HeaderRow` or even just `Format` (to specify csv or json), and you...

adding to this: datasets you've published vs unlisted datasets in your collection

So I made some changes to the editor that snuck in by accident on one of the last merges. It basically removes the buttons in favor of much smaller `reset`...

Propose that in `ParseType` checks for empty byte slice. If empty we say type is `TypeEmpty`. If a row has multiple types, but one of those are `TypeEmpty`, we disregard...