Oliver Searle-Barnes

Results 25 issues of Oliver Searle-Barnes

Currently sunspot-queue will fail to retrieve active records if default scopes filter them out. This PR unscopes the default scopes first so that they're always found.

The original VCR has an [ignore_hosts](https://www.relishapp.com/vcr/vcr/v/1-6-0/docs/configuration/ignore-hosts) option, any requests made to those hosts will bypass VCR completely. Is there an equivalent option or workaround that could be used to achieve...

By default the `tests/elm-package.json` points to the src directory in the parent project. This causes the warning ![image](https://cloud.githubusercontent.com/assets/46232/22182683/c33aeafc-e0ab-11e6-87ea-db9e81b43b98.png) Is it possible to loosen the constraint to allow for this scenario...

As I'm just switching to Atom and haven't had the linter running in my editor previously I have a ton of unused imports. It would be fantastic if the following...

## The big picture of what I'm trying to do Add spacing to a column ## What I did (ellie wasn't saving) ``` module Main exposing (..) import Html exposing...

This was motivated by style-elements-webpack-loader which needs to be able to generate just the css.

## The big picture of what I'm trying to do Wrap a column in another element (in my actual app it's just part of a complex layout) ## What I...

## The big picture of what I'm trying to do I'm trying to add a scrollbar to a column that's nested inside a row. ## What I did Take a...

I'm using `circle` with `clip` to create rounded avatars. It appears that there's an optimisation in chrome that causes clip to not always work. I haven't been able to find...

When rendering custom nodes using `node "MyElement"` they are rendered with a default `border-width` of `3px`. As discussed on slack this PR fixes this by adding a default `border-width: 0`.