Marko Milivojevic

Results 5 issues of Marko Milivojevic

The library doesn't have a method to get total count of facets. Here is the code example, imagine an index `jobs` with columns `employer_id` and `employer_name`: ``` $client = new...

waiting for reply

### Proposal: Given that the `languages` column is MVA, the following: - works: ```sql select * from test where all(languages) in (1, 2); ``` - doesn't work: ```sql select *...

My `composer.json`: ```json { "require": { "packages/common": "dev-master" }, "repositories": [ { "type": "path", "url": "../common", "options": { "symlink": true } }, { "type": "vcs", "url": "https://www.mysite.com:8444/packages/common.git" } ], "config":...

Monolog version 3.6.0 Getting: Undefined array key 1 on line 117 in file /src/Monolog/Handler/DeduplicationHandler.php Undefined array key 2 on line 117 in file /src/Monolog/Handler/DeduplicationHandler.php It happens when there are too...

Bug

Currently, when you make a new `RedisSentinel` instance, it doesn't establish a connection. It establishes a connection upon executing a sentinel command. It would be helpful to add a `connect`...

improvement