Results 8 issues of Adam

We have a large domain model and would love to be able to filter out models in Exclude using a Regex (i.e. ignoring models in a namespace or featuring a...

Enhancement

Problem: You receive a `414 Request-URI Too Long` error when trying to add more than 100 tracks to a playlist with the Spotify Track identifiers in the query string. As...

Hi svick, I saw a Stack Overflow you answered back in June 2013 relating to grabbing the first paragraph of a wiki article (http://stackoverflow.com/a/17055961/1795862). You noted that at that time...

We want to be able to use CSS modules like so: ``` import Styles from './style.css' .. ..

help wanted
good first issue

When you eject `create-react-app`, it creates separate webpack configuration files for production and development. In actuality, these files share a lot of commonality. The task is to refactor these configuration...

help wanted

Will need to factor in the CSS module usage

## Description This is one thing that I really miss from RSpec - it would be great if we could somehow permit this kind of syntax: ``` allow(objectToBeMocked) .toReceive(methodName) .andReturn(mockedReturnValue)...

Adds the ability to customize the rendering of options for selects & multi-selects via a custom render function. If a custom render function is specified, then this overrides any built-in...