Matt Miller

Results 8 issues of Matt Miller

The original async library allows iterating over "collections" instead of just arrays, i.e. it also iterates over hasOwnProperties of objects. By using Lodash's map method, this could be supported with...

It'd be fantastic if I could replay any of the last, say, 25 or 50 requests. Without this I'm stuck using the browser so I can recall and repeat other...

Currently paths are manually resolved relative to the node_modules directory in the project root. This doesn’t work when the module is installed in the parent directory, which might be the...

The readme notes that: > To update a file you need the blob SHA of the previous commit I think it would be helpful to include in the code example...

In `index.js`, the hook falls back to using `window.addEventListener('resize')` if `ResizeObserver` is not available in the current browser. Therefore, it should be noted that you don't in fact require the...

I toggle Jiggler on and off somewhat frequently. It would be really nice if you could configure a shortcut in preferences for it.

enhancement

### Prerequisites - [x] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); - [x] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the...

bug
fluent-ui
possibly close

## Summary of changes The app should continue to work without clearing localStorage, but a few things might not function quite as intended. * Added routing ~~via react-router-dom~~ built-in; the...