Results 29 issues of Mike Monteith

`insertConfig("clean", "['dist/*.html']")` works when "clean" has not been defined yet, but fails when trying to overwrite. Error: `Object [object Object] has no method 'value' at index.js:37` Since the node at...

# Bug Report Ctrl + Click not respected on card components ## What is the issue? When ctrl + clicking on the body of a clickable card, the link navigates...

Add a `RichTextBlockFactory`, with tests. closes #13

A struct block doesn't necessarily always have it's own class definition. From Wagtail's docs (http://docs.wagtail.io/en/v2.0/topics/streamfield.html#structblock): ``` ('person', blocks.StructBlock([ ('first_name', blocks.CharBlock()), ('surname', blocks.CharBlock()), ('photo', ImageChooserBlock(required=False)), ('biography', blocks.RichTextBlock()), ], icon='user')) ``` This...

enhancement

It seems that there are a few different people working on very similar projects. Maybe it would be best if we all focused our efforts in once place? https://github.com/hongyin163/react-native-chart-android/issues/1 https://github.com/Jpadilla1/rn-ios-charts-experiment/issues/1...

The documentation in the service manual is excellent for people who want to use the nhsuk-library components in their project, but there is a lack of documenatation for developers who...

documentation
sass / css

If the user's drag coordinate is at the centre of the CircularSlider, a crash occurs because of a "divide by zero" issue.

If p1 and p2 are equal, avoid dividing by zero by returning. Solves #1