Turner Hayes

Results 25 issues of Turner Hayes

The latest version of [requestPermission](https://developer.mozilla.org/en-US/docs/Web/API/Notification/requestPermission) deprecates the callback interface in favor of a Promise-based interface. This library should support the Promise-based interface as well. It looks like Safari doesn't currently...

enhancement

The problem seems like #23 but I'm still seeing it; my propType is: ``` payments: ImmutablePropTypes.mapOf( ImmutablePropTypes.contains({ paidDate: PropTypes.oneOfType([ PropTypes.number, PropTypes.instanceOf(Date), ]).isRequired, paidAmount: PropTypes.number.isRequired, }), PropTypes.number ) ``` I get...

This component might want to represent an [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes) state; the UX for that is an open question ("knob" in the middle?). My particular use case is that I'm trying to...

When I run `fs.readFile(somePath, { encoding: "utf8" }, (err, content) => {})`, which (I think) works with the native Node `fs` module, it throws an error `TypeError: Unknown encoding: [object...

The WebMIDI plugin doesn't seem to be playing (this is on Chrome v50.0.2661.86). It is falling back on WebAudio. This appears to be because the WebMIDI detection code doesn't account...

If you try to call `emit()` on a `Server` before the connection is established, it throws an error saying `'SocketIO is already in CLOSING or CLOSED state'`. It makes sense...

- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. Stemming from discussion in [this bug](https://github.com/mui-org/material-ui/issues/8202), it would be great to have...

new feature
component: menu

Will there be a branch for redux-persist v5? Could this be accomplished by simply updating the dependency?

I'm encountering a bug when using `redux-devtools-extension` that seems to come through this library; when I use the `Persist` button in devtools and I have a record that I've passed...

It would be great to be able to point the dialog to a point on the page, rather than an element; in my case, to the mouse cursor. If there's...