Adrien Vergé

Results 358 comments of Adrien Vergé

I experience the same problem. It can be reproduced easily by [using the demo plunker and replacing `sum = 100` by `sum = 10`](https://plnkr.co/edit/yRHhGDNxpwLKjhX7M2o0?p=preview). @orizens Unfortunately using `[immediateCheck]="true"` does not...

From the documentation I would not expect that... I would expect `addData()` to be called **once**, in case the window **already has scrollbars** *and* a `ngx-infinite-scroll` code is loaded after...

@orizens Thanks for this quick answer. I don't know from start that 10 will be enough / not enough. It depends: - on the screen size - on items height

Nice, it should do the trick! What would be even nicer is to have it automatically done in `ngx-infinite-scroll`, with an option like this: ```html ``` Anyway thanks for your...

Thanks for your answer @cpburnz! To complete it, I notice that Git + `.gitignore` behaves the same: if it contains a line `*.yaml`, it will also ignore files like `dir.yaml/file.sql`....

Thanks again @cpburnz! Unfortunately this recursive pattern including/excluding seems to bring new problems: 1. While the first two patterns match paths (e.g. `dir/dir/dir/file.yaml`), the third pattern doesn't work. It seems...

> I welcome a pull request implementing it. Thanks again for following this up @cpburnz :+1: @liopic @dafyddj @jsok you are the ones affected by this (via https://github.com/adrienverge/yamllint/issues/279 and https://github.com/adrienverge/yamllint/issues/334),...

Hello, I'm also very interested in knowing if Aioredis 2.0 locks can be used in replacement of Aioredlock (for a 3-node Redis cluster). @gtmanfred how would you use them so...

Hi @ocombe, any thoughts about this PR? 🙂 It does nothing more than calling `_getStringsFromExpression('A') + _getStringsFromExpression('B')`, when an expression is `A + B`. (And it adds tests.)