ze

Results 10 comments of ze

Came here to report that. Found the problem with apache/nginx. If you `crowdsecurity/apache2` and `crowdsecurity/nginx`, removing either would remove `crowdsecurity/base-http-scenarios`. An update after that gives: ``` # cscli hub update...

``` red[0] == red[0].copy() ``` If you expect True, you can't be checking parents, as the copy does NOT have any parent. Not checking the parent might allow to compare...

Yeah, Path comparison is a nice idea. node1.path() == node1.path() was returning False Added a fix so path can also be compared, your example working properly on it.

Yeah, it's a good think to first write what we want, before checking if the code is ok to make it work :)

Before going to a complete change of workflow, and the way dealfilters interface with boost, we should have a look at what exactly takes time. As @cryptowhizzard mentionned, removing the...

@cryptowhizzard Could you try with the additional commit from https://github.com/CIDgravity/boost/tree/dealfilter-timing which should add some timing logs for deal-filter, having getDealFilterParams on one side, and exec on the other side?

Any hint on how to write specific tests for those?

@dafyddj had you any time in the last months?

Ok, I confirm that editing directly `global.config.php` allows to get all values. `zend.user_name` is in the blacklist but still retrieved, and is the only one in my configuration. On the...

Bump the issue. Would still be nice to have it configurable. Would avoid wasting time trying to work around it with custom variable... that would not work for that. Any...