madmalkav
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:  Is readed as: 「 お しゝ ! 邊つかったか ? . If...
## Specifications - JMSToolBox version: - OS (Name, version, 32/64bits): - Q provider (kind, version) : ## Expected Behavior Connected to a QManager with MQCSP disabled ## Actual Behavior Connection...
RabbitMQ can be used as a JMS broker. It would be great if JMSToolbox could connect to RabbitMQ.
## 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...
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....
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,...
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.