dan moore

Results 3 comments of dan moore

Just found that the work around to always ensure the request is fully read by starting the breaking responder block with: `params.dup` as suggested in #21 works around this bug...

here is the simplest reproduction i can find for problem (angelo 0.5.0, reel 0.6.2, ruby 2.3.1, ubuntu 14.04): ``` require 'angelo' class PoorlyServer < Angelo::Base post '/somepath' do 'some body'...

not sure if this applies but on the readme for aabb-collider it mentions adding: data-aabb-collider-dynamic attribute if the 'target' is moving, they're assumed to be static - does that help?