Michael McDermott
Michael McDermott
How about **plugins**? This is the term used by tools like [Draft.js](https://github.com/draft-js-plugins/draft-js-plugins) and [Eslint](https://eslint.org/docs/developer-guide/working-with-plugins). Either way, I think it's a great idea and the name shouldn't have too much effect.
Awesome! I'm trying to get accustomed to the codebase myself, so hopefully I can open a PR or two regarding this.
@laobubu Any update on this or something I could help with?
I'm running Chrome 67 on a Mac. When copying a section of the HyperMD readme, I get the following HTML on paste: ```html You may use both original CodeMirror and...
I'm guessing that the ` ` blocks are being stripped out with my OS/browser
Was waiting before my next Chrome update before updating here. This is still an issue on Chrome Version 68.0.3440.75 (Official Build) (64-bit) on my Mac High Sierra (10.13.6). I will...
@cobarx We did it by relying on the fact that `delay` [uses call under the hood](https://github.com/redux-saga/redux-saga/blob/cd50c06c544b4ad4181ff89c279c02c373e7951e/packages/core/src/internal/io.js#L251): ```javascript return expectSaga(toastSaga) .provide({ call: (effect, next) => {}, }) .take(foo) .dispatch(bar) .silentRun() ```...
We extended this image to add watchman and a few other features: ruby, fastlane, sudo, and procps (needed for [this error](https://facebook.github.io/react-native/docs/troubleshooting#case-1-error-code-enospc-errno-enospc)). If one of the maintainers would like these added...
Sounds good. I'll get to this when time permits!