Matthew Gordon

Results 8 issues of Matthew Gordon

I found that I was getting corrupted UTF-8 strings and it would appear to be because there is no {:escape-non-ascii true} option as with Cheshire. In particular, U+1F601 was turning...

I run the poller using `RAILS_ENV=integration bundle exec script/poller run`. It processes messages correctly although I get relatively frequent "resetting connection" messages. ``` poller: process with pid 74811 started. connection.receive...

I know this project is deprecated but we happen to still use it. Would it be possible to clarify what license it is under?

Any thoughts on the following error that is occurring in the Problem `initialize` method? It works on my local OS X box but is failing on an Ubuntu 10.04 box....

I was surprised to see an array type since DynamoDB only supports sets, but I figured you must be serializing the array to JSON and storing it as a string...

Are there plans to support associations using join tables (like ActiveRecord's has and belongs to many)? For any large system, it doesn't appear to be feasible to use Dynamoid currently...

I believe we are hitting some dependency issues after upgrading to the newest scipy/numpy Here is the installation of the newest packages: https://gist.github.com/beedub/43d10721887ab5668a0b Then we get a runtime error for...

We're seeing a frustrating issue where this gem works as expected most the time but sometimes in production we end up translating to the wrong language. This is on a...