Andreas Braun

Results 235 comments of Andreas Braun

Looking at the trace you provided, I can see a legacy hello being sent to the server, but I can't see a response received from the server. This indicates that...

> Custom error log remains empty as well as /var/log/php/php-errors.log That is odd. Running the code as above should definitely produce some output. Here is an example from my machine:...

Hi @zyz954489346, I believe the issue is actually in your code. Quoting from the [Service Providers documentation](https://laravel.com/docs/10.x/providers#writing-service-providers): > Within the register method, you should only bind things into the [service...

> As far as I can see, there are actually some packages that don't quite conform to the specification. This leads to problems. I agree. The specification says to not...

Can you please add tests for this change? Thank you!

@MiladAheshmeh please refrain from pinging people directly, especially as they no longer maintain the library. We are aware of the issue and will fix it in due time. If you'd...

We are tracking this internally as PHPORM-238 and will close out this issue once we've added support for `withCount`.

For the record, we are aware of the issue here, but a fix is not straightforward. The issue is that in MongoDB, you would typically add a field for the...

> So when i add your repo as a new vcs repository in `composer.json`, composer does not accept to update to `dev-fix-search-indexes`: Ah, sorry, it's been a while since I've...

> BTW, we're using mongo 4.4 Ah, that's probably the reason why you're getting a different message. Thanks for taking a look, I'll update this PR after some more testing.