Plamen Mishev

Results 14 issues of Plamen Mishev

Allow null 'format' in DateRangeAggregation Without this, calling: ``` $ranges[] = ['from' => time()-1000, 'to' => time(), 'key' => 'time_range']; $rangeAgg = new DateRangeAggregation('myagg', 'created', null, $ranges, true); ``` results...

Allow null 'format' in DateRangeAggregation Without this, calling: ``` $ranges[] = ['from' => time()-1000, 'to' => time(), 'key' => 'time_range']; $rangeAgg = new DateRangeAggregation('myagg', 'created', null, $ranges, true); ``` results...

The DateRangeAggregation can't be passed the `keyed` option currently. https://www.elastic.co/guide/en/elasticsearch/reference/6.3/search-aggregations-bucket-daterange-aggregation.html#_keyed_response_4 Looks like this has been reported before in #237, but never fixed.

For some reason, you've changed the correct `@param array|bool|string $source` to be `@param bool $source` in setSource() and now I'm getting warnings in PhpStorm when I pass an array to...

- [Tree] [NestedSet] Added "base" property for tree level annotation - [Tree] [NestedSet] Added 'includeNode' option in getPathQueryBuilder() to specify whether you want the starting node included or not -...

New Feature
Tree
Needs Rebase

This is pretty much a duplicate of https://github.com/jolicode/slack-php-api/issues/126, which was closed without an actual solution. The phpdocs are not correct and it's causing very annoying problems with static code checks....

There is a problem in v2.2.0 vs v1.3.10. https://github.com/KnpLabs/knp-components/blob/master/src/Knp/Component/Pager/Paginator.php#L108 When running a test suite for example, `$requestStack->getCurrentRequest()` returns `null`, which leads to an error on the above line when trying...

I had the RPI cam setup successfully and working for a long time on a custom port (8001). Something must have changed recently as I noticed the webcam interface wasn't...

https://jsfiddle.net/bwghe3v6/ Calling `flatpickr(el)` on an element that already has a flatpickr instance, should return that instance, not create a new one. Relying on checking private properties such as `._flatpickr` doesn't...