Lingke Wang

Results 10 issues of Lingke Wang

I used angular-input-masks when it was 1.4 and only used the global and US masks by adding "angular-input-masks.us.js" into my script. With the new change in 2.0 I don't really...

question

To be more specific, suppose I had: ``` ``` and `test` was `0` when I first loaded the page, then the input will show blank. ## --- Want to back...

needs: more info

Currently, the GA Angulartics sets `eventOptions.page` using `page: properties.page || window.location.hash.substring(1),` The latter half (automatic part) is what I am referring to. If we are using HTML5Mode, this just returns...

considering
feedback-welcomed

There's a lot of open questions + I've had a simple PR open since Dec 2017. Is anyone still working on this repo? If not, can the owner pass the...

https://github.com/JedWatson/react-hammerjs/issues/14

For example, if I'd like to set the default: ``` const hammerOptions = { cssProps: { userSelect: 'auto', }, }; ``` This does not work. Seems like it may be...

Currently documentation seems to imply that constants are on the library: ``` import Hammer from 'react-hammerjs'; console.log(Hammer.DIRECTION_LEFT) //actually undefined console.log(window.Hammer.DIRECTION_LEFT) //works ``` In any case, I would vote that the...

I wasn't able to get a sense from the documentation whether "update" and "findOneAndUpdate" are supported by mongoose-version. I know they have different hooks from standard "save" so can you...

I would be really interested in learning more about your data structure architecture decisions. Such as: - Why not combine `room-messages` and `room-metadata`? - What is `room-users`? Is it list...

enhancement

Is there a way to only use this loader for large images? Similar to url-loader's `limit` option. I probably don't want to use this for the images that are already...