quilt icon indicating copy to clipboard operation
quilt copied to clipboard

Quilt is a data mesh for connecting people with actionable data

Results 137 quilt issues
Sort by recently updated
recently updated
newest added

- [ ] Replace $TSFixMe with actual type

Add "Run and Save" (or "Save results" depending on context) click on which triggers CreatePackageDialog with initial metadata `{ results, query }`

### Situation When [creating a package](https://docs.quiltdata.com/walkthrough/uploading-a-package#pushing-a-package-to-a-remote-registry): ``` import quilt3 quilt3.config(default_remote_registry='s3://your-bucket') p = quilt3.Package() p.push("username/packagename") ``` The package name can be any string. In particular it may be e.g. `fashion-mnist`. ###...

* make the default menu taller (fits 10 items on 1080p) * end on a half list item so user keeps scrolling ![Screenshot from 2021-06-07 17-23-51](https://user-images.githubusercontent.com/533229/121034402-ac615500-c7b5-11eb-8ce2-fd07764cd638.png) ![Screenshot from 2021-06-07 17-30-15](https://user-images.githubusercontent.com/533229/121034925-17129080-c7b6-11eb-85ea-3b9f3e9b68c8.png)

# Description # TODO - [ ] Unit tests - [ ] Automated tests (e.g. Preflight) - [ ] Documentation - [ ] [Python: Run `build.py`](../gendocs/build.py) for new docstrings -...

# Description This change is mostly for avoiding annoying `if pk.is_local()` and to ease addition of new backends when/if we decide to do it. This is a POC, I'll finish...

# Description # TODO - [ ] Unit tests - [ ] [Changelog](CHANGELOG.md) entry