Fraser Xu

Results 9 issues of Fraser Xu

Trying to use this package in our project, but after checking the bundle size with `bundlephobia`, the new v2 bundle is almost 3 times the total size of v1. https://bundlephobia.com/[email protected]...

### Context This pull request fix "Is the loadPropsOnServer example up-to-date? #63" and related to "https://github.com/ryanflorence/async-props/pull/60" ### Consideration The `loadPropsOnServer` method takes in three params `({ components, params }, loadContext,...

I've been using this in my project, but we are using `bower` as the package manager. Have you consider to make it installable through bower? BTW, in order to use...

Improve UI

bug
enhancement

test issue

duplicate
enhancement

Need to make the error more clear once occur some error: - login error - missing parameters - get Url error - play url - dependency error - 500 unhandle...

add double quote to background image url because css can not recognise filename with space e.g. `background-image: url(sdfds/sdfa/adf sdf.jpg)` is not work but `background-image: url("sdfds/sdfa/adf sdf.jpg")` will work.

While trying to add a pre-hook for my project, I find this doesn't work. After looking into the code, I found [this line](https://github.com/node-modules/git-pre-hooks/blob/master/install.js#L24): ``` JavaScript var gitdir = path.join(__dirname, '../../.git');...