Brendan O'Brien
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...
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...
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...
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...
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:...
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_...
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...
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...