hyper icon indicating copy to clipboard operation
hyper copied to clipboard

A service framework leveraging ports and adapters architecture to scale on your terms

Results 27 hyper issues
Sort by recently updated
recently updated
newest added

As an engineer maintaining the hyper cloud platform, I would the like the `hyper-connect` SDK to use the `signedUrl` flow for `storage.upload` and `storage.download`, whenever possible so that load can...

storage
storage upload limit
upload

after attempting to remove an object from a storage bucket that is not there the response is true and the status code is 201.

bug
storage

Attempted to delete file and then proceeded to download file successfully. return status code of deleting a file is 201 - created.

bug
storage

I believe this has something to do with the context in which the file is loaded ie. the test modules directory, the test modules root directory or the current directory....

bug
storage

> As a developer building on top of hyper cloud, > I want the ability to delete an index from a data service instance > so that I can get...

data
index

Related Issue: https://github.com/hyper63/hyper-adapter-couchdb/issues/32 Admittedly, it's a happy coincidence with CouchDB that allows looking at all of the indexes, since hyper doesn't currently have a `listIndexes` API, but my intuition says...

data
index

## Use Case > As a developer building on top of the hyper cloud and trying to debug performance issues with our indexes > I want to utilize an `EXPLAIN`...

data
index

Our data service API is mostly based on Mango CouchDB. When creating an index, `fields` follows the [sort syntax](https://docs.couchdb.org/en/stable/api/database/find.html#find-sort). Right now, we only allow `fields` as a `string[]`, but also...

enhancement
data