Jed Richards
Jed Richards
Hey I have a simple store that serializes plain JS objects like so, ``` js export default class ProjectStore extends Store { static serialize (state) { return JSON.stringify(state); } static...
Would you be open to a PR that added some additional classnames onto the slider handles that enabled the min/max handles to be styled differently? E.g., at https://github.com/davidchin/react-input-range/blob/master/src/js/input-range/slider.jsx#L258 ``` className={this.props.classNames.slider...
(Typescript version `3.3.3`) I'm not sure what's going on, TS Language Service plugins are new to me, but while this plugin is active TS seems to be getting errors muddled...
I'm not returning a Promise from my `onSubmit`, instead dispatching an action to be later picked up in a saga. The saga calls, `startSubmit('formName')`, and then at some point later...
Is there anyway to install url dependencies? E.g. dependencies that are specified just via a full url to their tarball? This is supported by npm natively I believe, and I...
Including `opentok-react` in an application that is rendered server side in Node (e.g. using a popular framework like Gatsby, Next etc) results in the following error: ``` ReferenceError: document is...
Importing `@opentok/client` in an application that is rendered server side in Node (e.g. using a popular framework like Gatsby, Next etc) results in the following error: ``` 35497 | //...
Emmet's `tab` completion clobbers autocomplete-plus's `tab` completion. I don't think this used to be the case until a few updates ago. Can we make Emmet using `tab` configurable? ## ---...