Sergio Mattei

Results 29 comments of Sergio Mattei

Bump - also facing this issue. Can't access StatsD externally due to this, resorted to a bit of a hack messing with docker. EDIT: The fix would probably be by...

UPDATE: I found a temporary workaround to the problem, although it's quite involved. 1. Unexpose the Graphite ports. 2. Expose them, but set the StatsD port to a different port...

Apologies for the messy commit history - it seems GH automatically merged another commit into my pull.

Added a few other bugfixes: - Fix mistyped parameter in update_or_create: this was breaking functionality from_update. - Fix extra 'created' unpack: this fixed a mistake I made.

More bugfixes: - Made max_length on IDs TextFields rather than 32, for some reason Paddle is returning IDs of length 35 and this broke webhooks completely for me (on production).

I actually absolutely agree with @kennell on this subject (I face this problem on production), however I didn't find that the current code did this linking using the user_id argument...

I just began work on #19, which should tackle this.

Working on one right now + updating redis to redis-py 3.0. sidenote - we need better docs on testing... i spent hours getting unit tests to run. UPDATE: Managed to...