Christian Harke

Results 8 issues of Christian Harke

Now using a MutationObserver instead, solution proposed by @notatestuser (https://github.com/lovasoa/react-contenteditable/issues/43#issuecomment-317623034).

- Fixed warning while running unit tests - Changed browser launcher to PhantomJS - Updated package dependencies

If I try to restore the cursor in a contentEditable div after changing innerHTML, it doesn't work and I get the following warning: ``` Rangy warning: Module SaveRestore: Marker element...

- From https://www.npmjs.com/package/react-addons-css-transition-group: > The code in this package has moved. We recommend you to use `CSSTransitionGroup` from [react-transition-group](https://github.com/reactjs/react-transition-group) instead. > > In particular, its version `1.x` is a drop-in...

Closes jonasrosland/osx-bootstrap/issues/6

Using `brew bundle` and modifying the Brewfile to contain brews, taps and casks, the whole brew packages installation could be done in a single command. Further reading: https://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew

This should fix #4. Since this issue hits me in about every month's time, I ran a quick research on the root cause (e.g. https://github.com/actions/runner-images/issues/7048). The downside of this solution...

#### Context * *hapi-swagger version*: 7.7.0 * *any other relevant information*: * joi version: 10.4.1 #### What are you trying to achieve or the steps to reproduce ? I have...