Keith Cirkel
Keith Cirkel
A good indicator of a well maintained open source project is the existence of Tags (or Releases). Some systems rely on existence of these (such as Bower), and while others...
Following on from #371 (and #358), the Intl specs could do with improving. The following needs to be added to get an idea of levels of support from browsers/engines: ###...
As per conversations from #110, the "Jump to..." menu does not work on touch devices. At current, on Android, as soon as you touch your finger to the "Jump To"...
I think a useful migration strategy would be to allow serialization/comparison to be overridden as part of the API. When we talk about what this library does that is "novel"...
Hi @mysticatea and @k88hudson! Thanks for your hard work with `npm-run-all`! I maintain a similar library - the functionality is slightly different but it shares a lot of common functionality...
## All PRs: * [x] Has tests * [ ] Documentation updated - N/A ## Adding a new header Generally, adding a new header is always OK. * Is the...
Hey @yannickcr thanks for being awesome and making this great plugin, super valuable 😎. I have noticed, that while working with a team of React devs - some devs will...
Per https://github.com/github/auto-complete-element/pull/53#discussion_r761014561, we register many event handlers like `addEventlistener('foo', this.bar = this.bar.bind(bar))`, but rather than calling function bind we can use `handleEvent` and rather than calling `removeEventListener` a bunch, we...
This adds a switch to JavaScript to switch between `something === false` and `!something` - which is a common thing I find I am refactoring.
### Abstract It would be useful to have progress based notifications, that allow you to indicate the current progress of a long running task. ### Justification Aside from the usefulness...