Shawn Lim

Results 25 issues of Shawn Lim

discovered a bug while using angular-carousel... Say I create a mobile layout with a full screen slider that stretches according to the mobile device dimensions... Then I include some content...

![image](https://cloud.githubusercontent.com/assets/977460/10657406/5a21be58-78bd-11e5-8a80-9e8efb1fa106.png) Tried this out on a test site, I don't see the content being streamed down properly cuz if it did, you would see main-xxx.css start downloading before for-him/ finish...

I'm wrapping Winterfell with a component which accepts a prop `role` and use it to fetch schema data dynamically. It seems like whenever Winterfell is rerendered, due to my wrapper...

bug
Accepting PRs

Running elm-install on cygwin produces errors: ``` $ pwd /cygdrive/c/work/project/ $ elm-install error: git clone "--" "https://github.com/NoRedInk/elm-decode-pipeline" "C:/work/ext/cygwin/home/user/.elm-install/github.com/NoRedInk/elm-decode-pipeline" 2>&1:fatal: Invalid path '/cygdrive/c/work/project/C:/work': No such file or directory. Use --trace to...

enhancement
help wanted

I see from https://github.com/Unleash/unleash-client-node/blob/master/src/repository.ts that the toggles are synced between the server and the client via a polling strategy. Any chance to take this to the next level by implementing...

help wanted
Investigate

`elm-format` cannot read a filepath specified. OS: Windows 7 Shell: cygwin Show file: ``` $ cat /1.elm module Foo.External exposing (..) import Json.Decode as JD exposing (Decoder) import Json.Decode.Pipeline as...

I have the use case where I receive a large payload from the server in one service call, and would like to dispatch multiple actions after receiving the data (ACTION_ONE,...

enhancement

### Current behavior pattern is MM/DD/YYYY, as you fill out the input, we get: `1_/__/____` `12/__/____` ### Desired behavior pattern is MM/DD/YYYY, as you fill out the input, we get:...

Hi, I think this boilerplate seems very comprehensive and advanced for production usage. However I am having trouble understanding the code. Would you be able to place some inline comments...

@tblobaum I need help trying to make nodeQuery work. I'm following your usage instruction. the html code below is deliberately modified to prevent github from escaping the tags. folder: nodeQueryTest...