Chris Whong

Results 147 issues of Chris Whong

![chriswhong_every-ten-minute_history___Qri](https://user-images.githubusercontent.com/1833820/146972430-3eb26f13-cff1-457f-832b-c49d2dccff81.png) Observed in rosebud after manually editing the readme with several paragraphs of lorem ipsum text. POST to `/upload` included the entire string of text. next GET to `/ds/get` included...

bug

Run -> RunStep.output should be `EventLogLine` ``` export interface EventLogLine { type: EventLogLineType ts: number sessionID: string data: Record } ``` Calls to /auto/runinfo are returning steps where output has...

bug

![image](https://user-images.githubusercontent.com/1833820/137208403-dafe4816-5a38-4fff-aabc-d17df966d6ae.png)

bug

`qri push` currently pushes only the latest version of a dataset to a remote. Pushing specific versions is possible with `qri push me/dataset@/ipfs/QmHashOfVersion` I'd like to see a flag for...

Seeing a call to `/history` where the results are not in reverse chronological order: ![Qri_Desktop](https://user-images.githubusercontent.com/1833820/69376746-dce7a980-0c78-11ea-8c76-7cb1d21bad7e.png)

bug

The frontend needs stats in `/get` to populate the Dataset Headers

I was attempting to clean up a demo repo, and noticed I could not use `qri remove --all` on datasets whose username was not mine. I attempted `qri remove --all...

bug

Frontend needs structure data to render size, rows, etc in each row in the collection view

### What feature or capability would you like? The ability to generate a change report from uncommitted changes to a dataset. ### Do you have a proposed solution? No. ###...

When calling `qri save` with a `structure.json` that is otherwise valid but contains an invalid jsonschema type, save hangs. An example invalid type is `year` or `date`.

bug