André Rüdiger

Results 6 issues of André Rüdiger

I'm using the AWS Java SDK to create a query: ```java new QueryFilter("field_a").eq(true) ``` This works against DynamoDB but fails when using Dynalite with ``` One or more parameter values...

would be nice if `lensPath` would support negative values: ```js var a = ['a', 'b', 'c']; var n = R.nth(-2); var i = R.lensIndex(-2); var p = R.lensPath([-2]); n(a); //...

https://github.com/akka/akka/blob/master/CONTRIBUTING.md#creating-commits-and-writing-commit-messages currently just states: ``` 2. First line should be a descriptive sentence what the commit is doing, including the ticket number. ``` When skimming through the commit msgs in...

discuss

This is rather a question: Should the plugin delete files generated from deleted templates? It currently overwrites files whose templates got updated. Or is an explicit `clean` required here? How...

i tried out the [example](https://github.com/node-red/node-red-node-test-helper#synchronous-example-input) from the docs but my input handler is never called.

this still doesn't work. see https://github.com/node-red/node-red-node-test-helper/issues/25