Aneesh Karve

Results 21 comments of Aneesh Karve

I assume you are talking about an object gateway endpoint, so that the client would talk to min.io instead of S3 (i.e. not what's in `quilt3.config()`)? If so, we are...

Makes sense. We are doing some planning work now on adding GCP support. Would you like to contribute in the open source? If so we can start with a design...

I think what needs to happen here is that all of the naked S3 calls get wrapped with an abstraction and then, depending on the physical type of the wrapped...

True. We now have a proxy for the unauthenticated case, so S3 select could be a good fit. On Mon, Sep 9, 2019 at 12:30 PM Alexei Mochalov wrote: >...

This is quite reasonable and simple, too. I would recommend that the entrypoint values and names follow some kind of "before" or "inner" method naming convention. So for instance: ```...

It is possible to fetch only the metadata of a package (`quilt.install("uciml/iris", meta_only=True)`). This would allow metadata inspection, as well as package traversal (similar to `__dir__`). One of the Quilt...

Here's a workaround for anyone experiencing this issue (which for me persists as of altair 4.1.0). Suppose you have two `selection_single`s combined as follows: ``` filtered = base.add_selection( one_select, two_select...

What about `Settings > JupyterLab Theme`?

@marcodlk nice workaround and directionally correct (sorry for the slow reply). what we're planning to do here is in the next-gen client (already in the works and will be open...

For min.io support we hopefully don't need to touch `credentials.json` as that is for the special case where users authenticate to a Quilt _stack_. But in the more general case...