MooYeol Prescott Lee
MooYeol Prescott Lee
AWS announced about changing running environment of Lambda. There are two breaking changes: - New `nodejs10.x` runtime uses **Amazon Linux 2** - Any other runtimes except `nodejs10.x` will be updated...
## Breaking changes - Drop nodejs6.10 runtime support - Remove `DEBUG` environment usage Currently, There are no way to enable debug logs without disabling debug mode of serverless-chrome due to...
starting sharp v0.20.0, it provides pre-built libvips binaries & supports installing specific platform / arch via `npm_config_arch` or `npm_config_platform` environment variable. so we can install required native dependencies using following...
Hello there. Recently I've found a case that breaks retry functionality of AWS SDK. If wrapped http client was used for AWS SDK, HTTP Instrumentation attempts to inject span context...
Dear maintainers. First, I really appreciate that file-type has been keep maintaining. Thank you for your efforts & contributions. ## Background Recently, file-type was refactored to utilize @Borewit's awesome strtok3...
It would be nice if preload-webpack-plugin supports filtering chunks (only include some chunks/exclude some chunks.) [like html-webpack-plugin's one](https://github.com/jantimon/html-webpack-plugin#filtering-chunks). It will be useful on some use-cases. 1. Some chunks (e.g. Admin...
[Currently, PhantomJS wont wait for Content are loaded](https://github.com/apex/capture/blob/master/convert.js#L33-L37) (e.g. DOMContentLoaded / Load / etc.) It would be nice if we ensure contents are loaded :)
Hello @szmarczak, First of all. I want to say "THANK YOU" - got helped me A LOT and it is fantastic. I really love it. got has a way better...
It would be nice if content can be accessed via Buffer, not string. I think this is useful in many use cases. In example, Mail Content is encoded by EUC-KR...