Lukasz Piepiora

Results 4 issues of Lukasz Piepiora

When created a map component like this: ``` javascript var ReactGoogleMaps = require('react-googlemaps'); var Map = ReactGoogleMaps.Map;

Handle module dependencies. When a bower manifest declares a dependency on some other module, the referenced module should be also included. For example, if for module X, a `bower.json` contains:...

enhancement

This PR introduces an ability to navigate the session manager tabs in reversed order (right to left), when a SHIFT key is pressed, while pressing TAB.

## Steps 1. Create new play framework project using activator 2. Run `sbt` in the activator project 3. Make sure you have `name := "Test"` in your build.sbt 4. Type...

Bug