Jáchym Toušek

Results 68 issues of Jáchym Toušek

The batch load functions and classes look pretty much always the same so I'd like to get rid of them in favor of some global batch function that would receive...

If so, how can I configure this bundle to connect to the right websocket?

At the moment it's impossible to install a psalm plugin because `phar/psalm` has a conflict with `vimeo/psalm` which plugins depend on (for instance https://github.com/psalm/psalm-plugin-phpunit/blob/138998ffd32b76a2e69eb1ff94ef2bf110967273/composer.json#L22). A possible solution might be composer's...

As far as I can tell Symfony/Security doesn't seem to be necessary.

I'd like to use this but when I run docker-compose up and open `https://localhost:5601` Kibana doesn't show up (infinite connecting until timeout). Docker logs show this: ``` kibana_1 | {"type":"error","@timestamp":"2018-03-19T13:08:02Z","tags":["connection","client","error"],"pid":11,"level":"error","error":{"message":"Parse...

I'm using [module-specific error presenters](https://github.com/enumag/Application/blob/master/src/Application.php#L58-L90) and sometimes I use forward method to send the exception from the module-specific ErrorPresenter to default one. However this triggers [this line](https://github.com/vojtech-dobes/history.nette.ajax.js/blob/master/src/OnResponseHandler.php#L75) which fails to...

Bunny is based on ReactPHP, however since Amphp does support React promises, bunny should be able to work with Amphp. What are the reasons for this library then? You [mentioned](https://github.com/amphp/stomp/issues/3#issuecomment-529992561)...

Hello, I found a bug in https://github.com/jcchavezs/zipkin-instrumentation-symfony/blob/2afea4735e38bef744809a4108b02adc28cdf647/src/ZipkinBundle/TracingFactory.php#L50-L65 I was using the Http reporter but configured it with wrong URL. This case is handled by the reporter and logged into logger....