Ray

Results 15 issues of Ray

Replaced static job factory in the worker with a plug-in version. Plug-in defaults to the original static job factory.

Allows using callbacks on services without wrapping each in a custom ParamConveter

for40?

*Issue #, if available:* *Description of changes:* The license text appears to be Apache License 2.0. The short identifier used does not appear to be defined, but nearly correct for...

Could an option be added to exclude ghprbPullLongDescription from the build. This seems to be the field that we hit escaping issues with. The issue we see is sometimes the...

From: https://go.taxjar.com/2021-02-Customer-API-Validation.html > What is changing with TaxJar’s API? > > TaxJar’s API has introduced versioning via a headers parameter, ‘x-api-version’. The ‘x-api-version’ can be specified at your software integration’s...

In our current setup, our coverage reports are generated from different systems that use a different absolute path. When merged into a single report, the results don't work out. Feature...

Adjustments for resolving issue tnc/php-amqplib#5 AMQPChannel::basic_cancel should have a defined or definable behavior about timing issues.

https://github.com/tnc/php-amqplib appears to have a bug described at http://code.google.com/p/php-amqplib/issues/detail?id=10 Attempted to use php-amqplib with qpid-java-0.8, and got an error message about php trying to allocate over 1GB of ram: rrehbein@copper:~/dev/php-amqplib/demo$...

Currently any basic_deliver messages received after a call to basic_cancel but before receiving basic_cancel_ok are queued, and then discarded without ack till the connection is closed. Couple possible solutions: -...

Add a sniff to catch assignments within array structures. Example error: ```php $foo = [ $index = ['unexpected assignment here due to typo'], ]; ``` Similar purpose to the `SlevomatCodingStandard.ControlStructures.AssignmentInCondition`...