Ilya Levin

Results 30 comments of Ilya Levin

> When using your v1.0.0 package outside of composer, everything works as it should. I'm wondering how does it works as it should, if in v1.0.0 it requires `"illuminate/view": "^5.1"`,...

I did some more research and found out that both sphinx and manticore can't store NULL values. So in this case we may just throw an exception. In case of...

I see. Thanks for the explanation. I can try to do pull request for callback if you want.

@evert do you want me to try to do Pull Request?

@udokmeci My point is that your extension is hard coupled to Mysql and the 'db' component, which isn't covered in the docs at all. My use case was that I...

> The default exchange, in RabbitMQ, does not allow bind/unbind operations. Binding operations to the default exchange will result in an error. I'm wondering if we'll need to manage this...

@d-ph also, could you elaborate if you intentionally put this in the configuration example: ``` queues: my_queue: {} ``` I'm trying to understand if we still need to declare queues...

I have prepared a PR and it's working, now writing tests. Let's see if we can get this one through :+1:

@fabpot @stof Hey folks, can I have one more review here, please? 🙂

@nicolas-grekas hello, how can we move forward with this PR? 🙏