Rich S

Results 10 issues of Rich S

When the quotes are escapes, there are problems where some services are taking the string and double escaping it making decoding in difficult. For example, json.dumps in python won't add...

1) git clone 2) mvn clean install 3) [INFO] Compiling 170 source files to /Users/rich/dev/amazon-kinesis-client/amazon-kinesis-client/target/classes WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to...

It seems ActivityTaskTimeoutException is being caught in the decision_loop.py/workflow.py, but it doesn't propagate up to the caller. The Java Client catches both of these exceptions using a similar setup so...

bug

In the demo, if you use a vertical layout in the Demo 2, bottom grid, you'll see scrolling down will scroll items ON TOP of the the other views. The...

Using the exact example from the README. Almost immediately after running (put! done-channel message) The same message shows back up with the {ApproximateReceiveCount=8 increasing.)

Possible? There doesn't appear to be any way to close the speaker/socket

reading the amqp doc, and looking at the code, delivering a mandatory:true message on a queue that has no consumer. is it to correct to assume the following (psuedo code):...

The current examples I can find only show how to do a setup/teardown per test. Is it possible to: 1) run a single test harness/suite setup/tear down 2) barring that:...

debugging the redis client list, my app seems to always only be creating a single connection, not a pool

boom:sciyoshi-pyfacebook-be8e843 rich$ python Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. > > >...