zak

Results 19 issues of zak

Since we link to the axios docs, we shouldn't have to document every single axios config option, but maybe it would be useful to add examples for `POST`, `PUT`, etc.

documentation

Update our [babel-plugin-transform-runtime](https://github.com/angelle-sw/use-axios-client/blob/master/babel.config.js#L3) config to specify exactly which runtime polyfills the library needs. Currently we're using [defaults](https://babeljs.io/docs/en/babel-plugin-transform-runtime#via-babelrc-recommended): ```js { absoluteRuntime: false, corejs: false, helpers: true, regenerator: true, useESModules: false }...

optimization

We should cut a prepatch release before our next patch release to verify `.npmignore` is working as expected and that `bin` is getting published.

chore

Add a caching layer and expose a `cachePolicy` (or similar) config option to consumers.

enhancement

Currently if a consumer triggers multiple requests, a race condition can occur causing unexpected results. Example: - Request 1 triggered on initial render - Request 2 is triggered as an...

bug

We should document which browsers we support -- doesn't need to be in the README necessarily, but maybe a section or page on the docs site. My thought is that...

documentation

#### Description of the bug/issue Multiple sequencer steps get set when holding key #### Steps to reproduce the bug/issue 1. Press "Record" on the sequencer 2. Hold a key 3....

### Steps to reproduce #### Description of the bug/issue Firefox - Wonky transition styles on transport buttons #### Steps to reproduce the bug/issue 1. Press any of the sequencer buttons...