Davy De Waele
Davy De Waele
When an absolute path is provided to `destinationDir` , the plugin appends this as a string to the project root, making it impossible to pass absolute file references in gradle.
Currently when providing a `destinationDir` that doesn't exist already the plugin fails. The plugin should auto-create the destinationDir if one is provided (or make this configurable)
The `com.rabbitmq.client.impl.AMQContentHeader` has the following toString implementation ``` @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("#contentHeader"); this.appendPropertyDebugStringTo(sb); return sb.toString(); } ``` It generates strings like this ```...
Spring automatically registers all filter beans and puts it in the top level filter chain. This means that when adding the AwsCognitoJwtAuthenticationFilter to the spring security filter chain (using `addFilterBefore`...
When the personal hotspot indicated is enabled, the positioning of the alert is off.  Should this be compensated for in the client code or can this be handled in...
When scrolling through the list, sometimes the images don't seem to be downloaded , resulting in this: 
When the connection to the server times out, or the MQTT server restarts, the plugin seems to lose its connection, closes the connection and never reconnects.
We're using AlertManager to send out emails. **Question 1 :** Emails apps like Inbox group emails to create conversations based on the email title. Our current email title is something...
Hi, Let me start by saying this is a great tutorial Might be interesting to put the accompanying blog post (http://blog.nodejitsu.com/a-simple-webservice-in-nodejs) in the README.