John Kelly
John Kelly
When I have version 3.4.4 of the amqp-client.jar installed, it works. When I upgrade to 3.5.x, it throws an error because "AMQP.BasicProperties::setHeaders" method was removed. https://www.rabbitmq.com/releases/rabbitmq-java-client/v3.5.0/rabbitmq-java-client-javadoc-3.5.0/com/rabbitmq/client/AMQP.BasicProperties.html
Unless I'm missing something, there is no way to add a type-hinted parameter to a method that does not use the fully-qualified name (as it exists as a use statement)....
PR for Feature https://github.com/MikaelEdebro/vue-airbnb-style-datepicker/issues/109
I would like the ability to pass a function as a prop that gets fired to determine if a date is disabled or not. I believe `react-dates` has this functionality...
Just upgrading versions to Spring Boot 1.4
Can you implement how configuration would be used in the Zen component? Such as bringing in the api base path "https://api.github.com" from `~/config/_base.js` I tried adding `import config from '../../../../config';`...
This PR is to fix the bug outlined here: https://github.com/vladmihalcea/hypersistence-tsid/issues/19 A Factory shouldn't maintain singleton instances of the thing the factory is creating. The Factory should focus on just creating,...
Beacsuse of these guys: ```java public static final Factory INSTANCE_256 = newInstance256(); public static final Factory INSTANCE_1024 = newInstance1024(); public static final Factory INSTANCE_4096 = newInstance4096(); ``` Whenever the Factory...