madmalkav

Results 19 issues of madmalkav

The core doesn't define digitalPinToInterrupt for attinys. I think correct implementation for attiny8 is: # define digitalPinToInterrupt(p) ( (p) == 2 ? 0 : -1) and for attiny14: # define...

Are there any options that can be played with to try to improve recognition? In example, this text: ![test](https://user-images.githubusercontent.com/11020793/138553487-f63fa096-3e20-415b-bd7b-305a9d9cc7a9.png) Is readed as: 「 お しゝ ! 邊つかったか ? . If...

enhancement

## Specifications - JMSToolBox version: - OS (Name, version, 32/64bits): - Q provider (kind, version) : ## Expected Behavior Connected to a QManager with MQCSP disabled ## Actual Behavior Connection...

kind/enhancement
qm/ibm_mq

RabbitMQ can be used as a JMS broker. It would be great if JMSToolbox could connect to RabbitMQ.

kind/enhancement
resolution/wontfix

## Specifications - JMSToolBox version: Latest - OS (Name, version, 32/64bits): Windows 64 bits - Q provider (kind, version) : IBM MQ ## Expected Behavior When you set a limit...

kind/enhancement

Is connection fail-over support planned, like i.e. in the PGSQL jdbc driver, as explained here? https://jdbc.postgresql.org/documentation/head/connect.html PS: if this isnot the correct place to ask, please tell me where to...

##### SUMMARY Add suppor for module Azure Service Bus Rule , needed at least for setting filter on Service Bus subscriptions. ##### ISSUE TYPE - Requeriment to add new module....

new_module_issue
medium_priority
work in

When connecting to some AMQP 1.0 brokers, we cannot set capabilities on the shovel, so in some scenarios we are unable to give the shovel the proper configuration. In example,...

enhancement
rabbitmq-shovel

The exporter won't work if the PubSub in the QManager is configured in Compatible mode. Please add a note about this on the documentation.