ArFe

Results 11 comments of ArFe

> I wonder whether there are some lack of codes on `dynamoDBtoCSV.js`. > > I cloned this repository, thinking "Wow, this is what I exactly wanted". > And I ran...

this would do. added this line (after .parse(process.argv) ): const options = program.opts(); And replace program by options thereafter. On Mon, 29 Mar 2021 at 14:27, Erik Dasque ***@***.***> wrote:...

> Hi, I just bumped into this tool today, and the fix in this issue helped me run the program. However, it seems that the argument "--select" is not working....

I'm not sure what it is yet, but it has to do with the -v "{}". Try something like this instead of the above: -k "primarypartitionkey = :v1" -v '{\":v1\":...

I just figure out the problem. When there is no -k parameters (options.keyExpression is null), it uses the Scan Query, without any parameters... `if (options.describe) describeTable(scanQuery); if (options.keyExpression) queryDynamoDB({ "query":...

Same problem here, same Environment. In my case though, only the definitions are empty. It works fine on the same files with go-swagger version: v0.28.0 and go version 1.18.

Same for me, still not working. Tried different Go versions as well, no luck (18.6 and 19.1)

> I stand corrected. I can reproduce it with the binaries that you download. So to fix it in your local env you can just install swagger with > >...

As a temporary fix, replace "- name" with "+name", no space. gofmt will leave it alone.

> Other solutions for arrows [#163 (comment)](https://github.com/jerosoler/Drawflow/issues/163#issuecomment-828187507) Using this same approach, I added a class to the output/input that informs it's connected (@jerosoler something it would be nice to have...