Brendan O'Brien

Results 107 issues of Brendan O'Brien

**Platform** How were you accessing the qri frontend? [ ] app.qri.io [ ] electron app [x] local webapp **Version** What version of the Qri frontend are you using? **Describe the...

bug

currently you have to use the auto-generated messages, sad! let's make it so users can set their own commit title & messages. This modal should have a clear message that...

feat
editor
backlog

There's some obvious stuff that could be fixed with the current state of readonly Qri: * [ ] welcome screen is still triggered * [ ] 404 pages for not...

bug
readonly
backlog

Ok we've had this come up a few times now: #347 , #225. The motivation for limiting to 100 rows started with our concern that readonly should be limited in...

bug
dataset
backlog

currently errors that manage to hit the server come back as "notification" type errors, which is scary for users, especially if they're backend errors with cryptic messages like `error: repo:...

ux
backlog

CSVs can be gross. sometimes they include rows with different column counts. I'd like a test that checks what Dataframe does when variadic row data is fed to the constructor,...

kudos to @rgardaphe for uncovering this one. We've laid some groundwork for fixing this on the backend. The solution we've discussed internally is to make sure we're sending _inlined, JSON_...

bug
editor
backlog

Our starlark-facing docs have fallen out of date, let's do a pass of each one to get them updated and usable without external references. Modules, in the order they should...

docs

We should add an option to download just the raw data as well as a zipped package, and save the user’s download choice between sessions. I'm thinking of a button...

feat
backlog