Aleck Greenham

Results 18 issues of Aleck Greenham

HealthBit version: 0.1.8 Currently the checks are completed in series. Almost by definition (although not necessarily), checks verify independent systems, so it may be nice to have the option of...

HealthBit version: 0.1.8 Currently only the first failed check is returned. It would be nice to have an option to continue beyond the first failed check and report all failures.

Hi all, I have not had as much time as I'd like to work on this library in recent months and it is looking to be a similar situation for...

The current installation instructions require the user to manually add a shortcut manager instance to the `shortcuts` attribute of their react application's `context`. This is extra work for users of...

This repository has some pretty unconventional linting. To encourage contributions from the community and to make it easier to read and maintain the source code, I took a look at...

I know the issue of package size has [previously been raised](https://github.com/avocode/react-shortcuts/issues/24) and the solution was to [include a local utils in the package itself (with tests)](https://github.com/avocode/react-shortcuts/pull/40) - however this increases...

`react-shortcuts` does not seem to use react's synthetic event system. This seems to be the underlying cause of confusion for people who create issues. It may also be the reason...

Very similar to #56, if two `` tags with the `global` prop are rendered, one as the child of the other, and they both bind to the same keys, the...

Shortcuts defined using a `` tag with the `global` prop are called before any shortcuts defined in any child `` tag. IMHO, this is not what people will expect. Users...

When a `` tag is mounted in the DOM, it prevents any handlers attached to `onKeyPress` of any child or sibling of the ` component from ever being called. This...