Tapani Moilanen
Tapani Moilanen
There seems to be no way of adding newlines to the body of the commit. No way to really use for long commit messages as is, since a one line...
For some reason prompt is setting `PRESET` variable, which causes nvm to yell out. ## Expected Behavior No nvm warnings when running prompt. ## Current Behavior Running prompt with `nvm`...
Update debezium to 1.4.1.Final which is the latest stable release.
Hi, Thanks for a great tool, we just recently started using this in testing [`standard-version`](https://github.com/conventional-changelog/standard-version). `greenkeeper` notified us of a `2.0` release, but since this project doesn't have a changelog...
Using `snakeCaseMappers`, patching an object will not map inner keys, only the first level (columns), but using a FieldExpression will map the json field references. ``` class TestModel extends Model...
Hey, this project is really interesting, and has given me a lot of new ideas for the TS kafka streams port. Could you provide a simplified example or description of...
Without exported event types, they must be duplicated in dependant code to correctly use the abstract `Client` class, which is needed when either a Producer or Consumer client could be...
In the typings KafkaConsumer incorrectly requires that commitSync be called with a TopicPartitionOffset or an array of TopicPartitionOffsets, when docs say that null can be passed to commit all read...