Echo Nolan
Echo Nolan
## What did you implement: Prior to this, the API Gateway simulator used various content type middlewares for Express to parse request bodies, and then called JSON.stringify on the parsed...
## What did you implement: Fixes #90. ## How did you implement it: Split stdout by lines and try to parse the last one. ## How can we verify it:...
# This is a Bug Report ## Description If a lambda function writes anything to stdout, the JSON parser [here](https://github.com/serverless-community-labs/serverless-plugin-simulate/blob/0278523f6a14fcb170bfba04382917ca1f836b5b/lib/invoke/local.js#L67) will fail and a 400 status code will be returned....
# This is a Bug Report ## Description After running `sls simulate apigateway -p 5000` and `curl`ing my API, I see this error in the sls console: ``` START RequestId:...
It seems to be completely ignored. To reproduce: - Enter `{}` in the filter box - Check "Null Input". Nothing appears in the output box - Enter `null` in the...
I'm not sure if this should be reported against sbt or Zinc or Scala itself or what. ## steps - Create a directory with a trivial SBT project (it must...
### Summary The daemon crashes when syncing, reporting an illegal instruction. Restarting works, and it continues the sync process for a while before crashing again. ### Steps to reproduce 1....
`lifted-async`'s `Control.Concurrent.Async.Lifted.Safe` module has a [Pure](https://www.stackage.org/haddock/lts-9.2/lifted-async-0.9.3/Control-Concurrent-Async-Lifted-Safe.html#t:Pure) class that requires the monad satisfy `StM m a ~ a` i.e. there is no state to restore. It's used to ensure that monadic...
It computes the budget for a block by taking the sum of the fees for all user commands in the pool and subtracting the sum of the fees for all...
I think the change you just made fixes the problem, but this is still an improvement. Specifically checking for lengths long enough to overflow makes the constraint clearer and gives...