Sam Fung

Results 12 comments of Sam Fung

@handrews Do you know if a solution has been worked on since last update in April 2018? The project I'm working on uses `getCollapseAllOfCallback` for collapsing the `allOf`, but apparently,...

Have you tried specifying the username/password in the elasticsearch url?

@lynndylanhurley Awesome work and helps me a lot in learning how redux work. Can't wait to see this coming for React Native.

The animation doesn't work if I try to add the animated PNG that is saved in the Photo Library. All I get is just a static picture. The transparent background...

I also have a similar requirement to do search by calling a backend api instead of filtering items from an array. But I don't know how #35 would work because...

@blasten I'm also not sure how I should bind an array of items from Angular2 to the iron-list given the following example. ``` Name: [[item.name]] ``` I found a [similar...

I'm using ionic. I followed the instruction to config in the angular config section and calling $init() in the run section. I also looked at the source code (https://github.com/jBenes/angular-imgcache.js/blob/master/angular-imgcache.js#L69) and...