Jeroen Derks

Results 15 comments of Jeroen Derks

Please provide output of `make sense` command so I can see what might be the problem.

@colingoldberg Please check if this was resolved with [commit c00b5a4](https://github.com/Magentron/chkrootkit/commit/c00b5a40f61cc969e56fa2fe3375741c4164c896). (You'd have to change the `Makefile` accordingly, uncomment line _23_ `STATIC = -B static`)

The previous maintainer had it implemented in his 2.0 branch: https://github.com/ricbra/rabbitmq-cli-consumer/commit/7fa1fa9c8786e45d640bc9164902b17c1a2ec97b Would it be possible to use that to implement RPC support? We need it as well 😉

> Ok, I've wrote a wrapper to read the "reply_to" property and answer to the queue. @ddegasperi Could you share your code please? Or share how you resolved receiving the...

File descriptor 3 is not usable since when using the `queue:consumer` command, the `--pipe` flag does not work. I have a basic version working that sends a temporary file path...

PS: @antonioribeiro When will a new release be created? I'd like to use this change ASAP in my code and prefer not to fork another package. If you need help...

Is up again, although it is not owned by me

Hey Ashley, Remember me? :-) I think it would be nice to work together on either the integration of my module https://github.com/Magentron/EmailImages or deal with proper support for Magento 2....

@jumbojett Is there anything missing here for the corresponding PR to be accepted/merged? We have been using this in production for about 1.5 years without issue.

FYI: I have worked around this by: - Using the package https://packagist.org/packages/torann/geoip, and - updating its [config/geoip.php](https://github.com/Torann/laravel-geoip/tree/master/config/geoip.php): ``` 'services' => [ ... 'maxmind_database' => [ ... 'database_path' => storage_path('app/GeoLite2-City.mmdb'), ```...