Hendy Irawan

Results 50 issues of Hendy Irawan

1. on_connect and on_error should use call() 2. provide stompClient as this in disconnect()

A combination between randomWait() and exponentialWait(), as described in http://en.wikipedia.org/wiki/Exponential_backoff , where the exponential wait time is used as the random range. This is how I do it: ``` @Immutable...

enhancement

First of all, @rholder thank you for creating/improving this very useful library! Exactly what I'm looking for :) I'd like to suggest improvements: 1. `.retryIfCause(Predicate)` 2. `.retryIfCauseOfType(Class

Make it easier to be integrated with applications and libraries due to familiar coding conventions.

The client is only for Java ME, not Java SE. After porting to Java SE (see https://github.com/ceefour/messenger-sdk), it builds but I got a runtime error: HTTP GET SENT: http://stage.rest-core.msg.yahoo.com/v1/session?&realm=yahooapis.com&oauth_consumer_key=************&oauth_version=1.0&oauth_signature=******** 2010-12-24...

## Description of the issue Auto Email Report v13.2.0: Cannot submit Report Filters due to "Missing Values Required: Start Date, End Date" ## Context information (for bug reports) **Output of...

bug
to-validate

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug See repro. Will throw: ``` $ yarn prettier:watch Syntax Error: Expected any character but...

bug
shell
reproducible

Thank you for SimpleScreenRecorder, awesome software! :) My notebook's internal sound card has "Stereo Input", however when connecting a mic, only the left channel has sound. This generates a video...

Currently .sbt files don't get syntax highlight

Java FLAC encoder project: http://sourceforge.net/projects/javaflacencoder/ Sample usage from [StackOverflow](http://stackoverflow.com/q/7466698/122441) : ``` java package fr.telecomParisTech; import java.io.File; import javaFlacEncoder.FLAC_FileEncoder; public class SoundConverter { /** * @param args */ public static void...