Tyler Hall
Tyler Hall
## Description This PR implements a `Cuid` scalar as requested in #756. I also found myself wanting a `Cuid` scalar, so figured i'd try adding one here. Related #756 Closes...
This PR contains changes that make the minDate & maxDate api the same for Android and iOS. Before, users had to check the platform and transform their date, eg. using...
Awesome work on this seed project and thank you! I ran into #93 as well and noticed an invalid symlink in the { N } `src`. That was preventing the...
Vanilla `fetch` supports passing a `Request` object [as its first parameter](https://developer.mozilla.org/en-US/docs/Web/API/fetch#parameters). This works really great for flows that incrementally build out a `Request` object to then pass to `fetch`. This...
Thanks for Standard! ❤️ This adds the ability to configure the StandardJS engine outside of `package.json`, ie. in a file like `.standardrc`, `.standardrc.js`, etc. Config in `package.json` is still prioritized...
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...
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....
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...
The name of this plugin, and apis, suggest that this plugin can only be used with Storybook. However, this plugin can be used outside the scope of Storybook. In fact,...
As a developer using `hyper-connect` and `hyper queue` i'd like the ability to call `retry` on `hyper.queue` so that I can retry a job that has failed