PeterBurner
PeterBurner
### Description I think there exists a timing problem between sending the HTTP response passed to express and promise rejections happening afterwards. See this pseudo code: ``` app.get('/', async (req,...
Could you please add a TypeScript export for the `setCurrentInvoke` function? [current-invoke.d.ts](https://github.com/vendia/serverless-express/blob/mainline/src/current-invoke.d.ts) only exposes `getCurrentInvoke`. This is needed to set event and context when debugging locally using `app.local.ts`
It would be really useful to have a color converter in DevUtils like https://www.w3schools.com/colors/colors_converter.asp or https://convertacolor.com/
**Description** After upgrading to macOS Monterey I was experiencing very long boot times (4min+). After some digging I found that macOS Monterey has problems with the TRIM functionality of my...
## Description We are often working with `null_resource`s or `archive_file`s. For developers it makes sense that they are shown in the graph. However for presentations/reports it would be great if...
### 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...
### 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...
### 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...
# Description For some platformes it is hard or even impossible to compile native dependencies. Even more so if you are working with IoT devices. Could you please consider replacing...
### Description The property filter component allows for defining custom forms for filter input. To my knowledge there is no way of programmatically submitting these forms since the form actions...