Jorge Calderon

Results 9 issues of Jorge Calderon

I have GraphicsMagick compiled in my Node app's bin directory. When I spawn a child process to run gm directly, I'm able to get the standard output and not see...

I'm running v 4.0.1 copyObject is returning /tmp/buckets///key Code: const copyObject = s3 => sourceBucket => outputBucket => ( oldKey, newKey) => { ``` const CopySource = `/${sourceBucket}/${oldKey}`; const params...

I pulled the latest openapitools/openapi-generator-cli Docker image: 193486a2ca74 Command: `docker run --rm -w /local -v ${PWD}:/local openapitools/openapi-generator-cli generate -i openapi.yaml -g html2` Opened the generated `index.html` file and saw that...

Issue: Bug
Client: HTML

### Description When a Lambda throws an error, the SAM tool prints the exception, but a zero exit code is returned. ### Steps to reproduce Create a Lambda that throws...

stage/needs-feedback
maintainer/need-followup

The Postman UI allows the user to select the following options for the collection runner in the 'Log Responses" option: 'For All Requests', 'For Failed Requests', 'For No Requests'. We...

feature
product/newman

I'm using the following options, but I don't see anything being logged. var moscaConfig = { "port": 1883, "backend": { "type": "mongo", "url": "mongodb://10.219.37.253:27017/mqtt?auto_reconnect", "pubsubCollection": "inertia", "mongo": {} }, "persistence":...

I'm trying to configure Mongo with Mosca. The following is my configuration. I noticed that occasionally the messages are stored in Mongo in the "mqtt" database, and other times, when...

``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 338fbd7d54c9 slacgrip/master:191022 "python3 -u run_grid…" 5 minutes ago Up 5 minutes 6266-6299/tcp gridlabd_1_1_recovery_ieee37_with_str_repl.glm_05883fac-f4af-4ee4-80e6-47d38d00843a ``` When I run: `docker...

kind/enhancement
area/ux

The following code does not mock out the Lambda service. I'm using version 5.1.0. ``` const AWS = require('aws-sdk-mock'); AWS.mock('Lambda', 'invoke', { msg : 'success' }); ``` In addition, the...

help wanted