Edison Liang

Results 5 comments of Edison Liang

@damned @kenichi IMO, the problem is connection#each_request will yield request once headers are parsed. if you patch Reel::Request::Parser#current_request in you local reel like this reel/request/parser.rb ``` def current_request until @currently_responding...

hi @kenichi - thanks for your reply! actually it's just an example patch to indicate the problem. it's not the final fix, and I agree that it's better to fix...

Hello @guyboertje , I saw an open PR for this issue. Could you help look at it? it's appreciated that this issue can be resolved. So we don't need to...

hello @frankwong15 , it would be great to add another optional option for Bignum, or 64 bits integer. Because browser only supports 53 bits integer. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)

agree. This requirement should be satisfied via lambda layer. ``` https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html#configuration-layers-path ``` it would be nice if sam-cli allows us to create a layer which includes common dependencies and ref...