Krishnadas Menon
Krishnadas Menon
gm.compare imagemagick always return `true` am I missing something here? Any pointers will help. ``` const GM = require("gm").subClass({ imageMagick: true }); GM().compare(expectedImage, actualImage, function (err, isEqual, equality, raw) {...
The below release rules works well, until the commit message has a '/' in it. `For ex BUGFIX-RELEASE: wait to set up event emitter until calling /process` Here are the...
Hi, It seems AutodiscoverService.java makes recursive calls to method internalGetLegacyUserSettings() & tryLastChanceHostRedirection() while trying to establish connection with exchange server AutoDiscover Service. Finally blows up with StackOverFlowError. Below is the...
wip branch to convert dis to esm Observations: - Tests need to be updated to not use `rewire` ## Description Please include a summary of the change and which issue...
wip branch to convert cjs to esm, using dynamic imports. Observations: 1. Eslint failures: - error Parsing error: Unexpected token import - possible solution is to use "parser": "babel-eslint" in...
### Expected Behavior Asset compute uses https://github.com/adobe/aio-lib-files to generate presigned url and upload image files. We are seeing large number of ECONRESET errors when trying to upload image files. This...
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Types of changes - [...