Ramon Boss

Results 13 issues of Ramon Boss

The initial state from server is overridden by reducers initial state if server is faster than fetch route. Example `Counter/index.js`: ```js import { loadInitialState } from './modules/counter' export default (store)...

**What issue is this PR resolving? Alternatively, please describe the bugfix/enhancement this PR aims to provide** To use npm instead of bower we need angular in the dependencies to use...

more-info-required

Cool project :) Would be nice to have a `power management` button. On click the button would change to more buttons like ` power off`, ` suspend`, ` back`, etc....

enhancement

#### What is the goal of the change? Some developers prefer to have their test files along their src files. So we should remove the restriction of having test files...

feature
help wanted

To use npm instead of bower we need angular in the dependencies to use something similar to npms `main-bower-files` module (e.g. a new module named `main-npm-files`).

Could you add support for annotation composition? Example: ```java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) @Consumes({"image/jpeg", "image/png"}) public @interface ConsumesImages { } @Path("/hello") public class GreetingsResource { @GET @ConsumesImages @Produces(MediaType.TEXT_PLAIN) public String hello() {...

enhancement

Fixed width of button to properly support widescreens. Previously it took 1/5 of the screen. This fixes [this](https://github.com/dancormier/react-native-swipeout/issues/306) bug. Item: ![list_item](https://user-images.githubusercontent.com/12607663/48003522-f4580100-e10e-11e8-85d6-a29326fa861d.png) Before: ![list_item_one_button](https://user-images.githubusercontent.com/12607663/48003529-fae67880-e10e-11e8-9981-3ba3f08e09a7.png) ![list_item_two_button](https://user-images.githubusercontent.com/12607663/48003526-f91cb500-e10e-11e8-99c2-606fa7b97087.png) After: ![screenshot_20181108_170749](https://user-images.githubusercontent.com/12607663/48211229-5c118480-e379-11e8-9f83-5f06d3f1d612.png) ![screenshot_20181108_170708](https://user-images.githubusercontent.com/12607663/48211230-5e73de80-e379-11e8-932e-c64c826fbb2b.png) Maybe 80 is...

On a wide screen (sample image for 1080px) the buttons get very large. We should find a way to prevent this. ![list_item](https://user-images.githubusercontent.com/12607663/48003522-f4580100-e10e-11e8-85d6-a29326fa861d.png) ![list_item_one_button](https://user-images.githubusercontent.com/12607663/48003529-fae67880-e10e-11e8-9981-3ba3f08e09a7.png) ![list_item_two_button](https://user-images.githubusercontent.com/12607663/48003526-f91cb500-e10e-11e8-99c2-606fa7b97087.png) The code shows that it takes...

Is it possible to autocomplete `xy`? Or just `yz`? Are you planning to implement it?

When parsing lists in msgs, the resulting html (`.getHTMLText()`) contains the list tag as well as the bullet point in text. The browser renders a bullet point, because of the...