Dan Allan

Results 394 issues of Dan Allan

https://docs.globus.org/globus-connect-server/v5.4/reference/oidc/

See https://github.com/xarray-contrib/cupy-xarray for xarrays.

I think we need to start thinking about how to let the client elide read -> decompress -> deserialize -> serialize -> compress -> transport -> decompress -> deserialize into...

For MongoDB-backed search, we want to document delimiters: https://www.mongodb.com/docs/manual/core/index-text/#tokenization-delimiters And support for (slow) phrase search: https://www.mongodb.com/docs/manual/core/link-text-indexes/#search-for-an-exact-phrase

Current we overload the `/array/*` routes for sparse data, but I wonder if we should use `/sparse/*`. The sparse data supports a different set of formats. That alone isn’t an...

Support for sparse arrays was added to the server and the Python client in #257 but not yet to the web UI. The UI currently fails gracefully, as shown. ![image](https://user-images.githubusercontent.com/2279598/182210316-b81f026b-16a0-4324-b0a5-aa9b4d12b1b2.png)

[Notes from discussion with @tacaswell] ## Basic idea With `tiled serve directory ...` the user has no direct control over the metadata, except via customizing Adapters in advance. It's completely...

It would be useful to have an `NDims` query that filters for children that are (1) `"array"` or `"sparse"` and (2) have particular number of dimensions (i.e. `len(shape)` in the...

*To do this right, we need #116 and #281. This is on ice until those are addressed.* When the `Content-Length` header (giving the bytesize of a response) is large, it...