Richard Davison

Results 15 issues of Richard Davison

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
help wanted

If i run this code i would expect the resulting object to be `{params: {"2": "1"}}` `qs.parse(qs.stringify({params: {"2": 1}}))` Qs parses it as: `{params: ["1"]}`

question
parse

We should skip injection of deps when lambdas are using a container image (and thus do not have a package path)

I'm curious about the startup performance vs QuickJS and even Node.js. For a super dummy test logging to console I'm getting significantly longer startup times vs QuickJS and Node.js There...

1. Adding json exception handling allows for subscribers to know if json parsing has failed 2. Adding a check if service is bound allows subscribers to be notified if we...

I don't see this in the docs but are connections persisted? Or are they dropped on response? It seems we connect again for each request: https://github.com/neonmoe/minreq/blob/1533698d794cdf7684b9f012d8d533b5b5469b39/src/connection.rs#L244 If connections are not...

The latest runtimes run on Amazon Linux 2. This PR adds dependencies to AWS Linux 2. I also added Ghostscript

First of all: Thanks for your amazing work on this project! I understand it is possible to attach a remote debugger to process running in the docker container. However I'm...

I'm seeing fantastic performance with snmalloc in a resource constrained environment. MiMalloc has `MIMALLOC_RESERVE_OS_MEMORY` and `MIMALLOC_LIMIT_OS_ALLOC`. Is there any equivalent for snmalloc? I wan't to improve the startup of my...

Fix segfault for writing beyond the size of cpu_brand_str