Oliver Searle-Barnes

Results 25 issues of Oliver Searle-Barnes
trafficstars

This is a first cut of the cli, with it you can do ``` style-elements StylesheetModule stylesheetFunction -o my.css ``` A few questions 1) Which versions of node do we...

See https://ellie-app.com/3KQqMMWhSZxa1/0 The generated markup for `below` uses two intermediate divs. The first has it's `width` set to `100%` but it's child does not causing the `below` element to not...

I've found a couple of scenarios that pop up frequently: 1) I want to set padding on a single axis 2) I want to set padding on a single axis...

I'm trying to install react-semantify in a fresh react-boilerplate project, node 6.0.0/npm 3.9 but I get the following error: ``` $ npm install react-semantify ├── [email protected] extraneous └── UNMET PEER...

Currently fields that use a schema type lose any options that you pass to the field e.g. ``` field(:parent, Rolodex.Mocks.Parent, required: true) ``` loses the `required: true`. The PR is...